Code

keyboard: add keyboard_unread()
[ncmpc.git] / src / keyboard.h
index ea888e5244a9983d7dce69ff558206b4c135b1b8..e34b9195d61172ed3dd77eac3846af22f9da3ee4 100644 (file)
 #ifndef KEYBOARD_H
 #define KEYBOARD_H
 
-#include "command.h"
-
 void
 keyboard_init(void);
 
-command_t
-get_keyboard_command(void);
+void
+keyboard_unread(int key);
 
 #endif