Code

lirc: refactored event handler
[ncmpc.git] / src / ncmpc.h
1 #ifndef NCMPC_H
2 #define NCMPC_H
4 #include "command.h"
6 void
7 sigstop(void);
9 void begin_input_event(void);
10 void end_input_event(void);
11 int do_input_event(command_t cmd);
13 #endif /* NCMPC_H */