aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r--src/ncmpc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 6748c779b..9e4703b57 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -1,7 +1,13 @@
#ifndef NCMPC_H
#define NCMPC_H
+#include "command.h"
+
void
sigstop(void);
+void begin_input_event(void);
+void end_input_event(void);
+int do_input_event(command_t cmd);
+
#endif /* NCMPC_H */