blob: 9e4703b573d2519405d96d71dc859e6f795bdf37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 */
|