diff input/input.h @ 4821:5a71377d2759

Fixed bug with comments in input.conf parser Added a command queue to let mplayer send command to himself
author albeu
date Sat, 23 Feb 2002 21:13:35 +0000
parents 876f0ea71526
children 65730cea02e7
line wrap: on
line diff
--- a/input/input.h	Sat Feb 23 21:11:01 2002 +0000
+++ b/input/input.h	Sat Feb 23 21:13:35 2002 +0000
@@ -86,6 +86,9 @@
 void
 mp_input_rm_key_fd(int fd);
 
+int
+mp_input_queue_cmd(mp_cmd_t* cmd);
+
 mp_cmd_t*
 mp_input_get_cmd(int time, int paused);