summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 17:21:17 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 17:21:17 +0000
commit1f93d7573dac9c20963e1e0ff303d29f314f32b2 (patch)
tree4fbf2160155d2e345853001de4c00bf34e3960fe /mp_fifo.h
parent259cfbe7e23f353d15291875b70663517e973377 (diff)
downloadmpv-1f93d7573dac9c20963e1e0ff303d29f314f32b2.tar.bz2
mpv-1f93d7573dac9c20963e1e0ff303d29f314f32b2.tar.xz
Missing svn add from r22841.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22842 b3059339-0415-0410-9bf9-f77b7e298cf2
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