changeset 22824:cd0ec0b1d931

Missing svn add from r22841.
author rathann
date Thu, 29 Mar 2007 17:21:17 +0000
parents 98eaf29b5dee
children df279f6166b5
files mp_fifo.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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