diff options
author | unK <electricityispower@gmail.com> | 2008-09-11 16:05:46 +0200 |
---|---|---|
committer | unK <electricityispower@gmail.com> | 2008-09-11 16:05:46 +0200 |
commit | 8fb83ac476573b5e8aa258a61ff96c949cb45c9b (patch) | |
tree | 93c1d612e1db8906911e034f10a218c56927761d /src/help.h | |
parent | 8b185e2967880ee6d01d1ea98077d4519ff61c87 (diff) |
code clean-ups (help screen initialization splitted)
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/help.h b/src/help.h new file mode 100644 index 00000000..15f941b2 --- /dev/null +++ b/src/help.h @@ -0,0 +1,29 @@ +/*************************************************************************** + * Copyright (C) 2008 by Andrzej Rybczak * + * electricityispower@gmail.com * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +#ifndef HAVE_HELP_H +#define HAVE_HELP_H + +#include "ncmpcpp.h" + +string GetKeybindings(); + +#endif + |