summaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-02-13 17:24:06 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2009-02-13 17:24:06 +0100
commit8ba72bc78ae92d1ed5b4cdfb81e4879680362961 (patch)
tree18bcc32991a8a8dc6872d7c8dc45eb58d229bd46 /src/help.h
parent29301aefd5a9dae4163c29db37a069eef8004cc8 (diff)
separate some code from ncmpcpp.cpp
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/help.h b/src/help.h
index 2b5e0972..355e51b0 100644
--- a/src/help.h
+++ b/src/help.h
@@ -23,7 +23,12 @@
#include "ncmpcpp.h"
-void GetKeybindings(Scrollpad &);
+namespace Help
+{
+ void Init();
+ void Resize();
+ void SwitchTo();
+}
#endif