blob: 9e4703b573d2519405d96d71dc859e6f795bdf37 (
plain) (
tree)
|
|
#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 */
|