diff mp_fifo.h @ 36361:0caa0bf428b9

Fix a few memleaks.
author reimar
date Sun, 22 Sep 2013 08:34:08 +0000
parents 21da5b5c9842
children
line wrap: on
line diff
--- a/mp_fifo.h	Sun Sep 22 07:31:55 2013 +0000
+++ b/mp_fifo.h	Sun Sep 22 08:34:08 2013 +0000
@@ -25,5 +25,6 @@
 
 int mplayer_get_key(int fd);
 void mplayer_put_key(int code);
+void mplayer_key_fifo_uninit(void);
 
 #endif /* MPLAYER_MP_FIFO_H */