[MPlayer-cvslog] r22842 - trunk/mp_fifo.h
rathann
subversion at mplayerhq.hu
Thu Mar 29 19:21:17 CEST 2007
Author: rathann
Date: Thu Mar 29 19:21:17 2007
New Revision: 22842
Added:
trunk/mp_fifo.h
Log:
Missing svn add from r22841.
Added: trunk/mp_fifo.h
==============================================================================
--- (empty file)
+++ trunk/mp_fifo.h Thu Mar 29 19:21:17 2007
@@ -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
More information about the MPlayer-cvslog
mailing list