diff mp_fifo.h @ 22824:cd0ec0b1d931

Missing svn add from r22841.
author rathann
date Thu, 29 Mar 2007 17:21:17 +0000
parents
children dfca45ad9326
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mp_fifo.h	Thu Mar 29 17:21:17 2007 +0000
@@ -0,0 +1,7 @@
+#ifndef MP_FIFO_H
+#define MP_FIFO_H
+
+int mplayer_get_key(int fd);
+void mplayer_put_key(int code);
+
+#endif