diff mp_fifo.h @ 31381:21da5b5c9842

Move extern variable declarations for mp_fifo.c to mp_fifo.h.
author diego
date Thu, 17 Jun 2010 09:17:13 +0000
parents c1a3f1bbba26
children 0caa0bf428b9
line wrap: on
line diff
--- a/mp_fifo.h	Thu Jun 17 09:12:38 2010 +0000
+++ b/mp_fifo.h	Thu Jun 17 09:17:13 2010 +0000
@@ -19,6 +19,10 @@
 #ifndef MPLAYER_MP_FIFO_H
 #define MPLAYER_MP_FIFO_H
 
+extern int key_fifo_size;
+extern unsigned doubleclick_time;
+
+
 int mplayer_get_key(int fd);
 void mplayer_put_key(int code);