summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_fifo.h')
-rw-r--r--mp_fifo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mp_fifo.h b/mp_fifo.h
new file mode 100644
index 0000000000..fe4cba05c2
--- /dev/null
+++ b/mp_fifo.h
@@ -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