summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/pl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/pl.h')
-rw-r--r--gui/mplayer/gtk/pl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/pl.h b/gui/mplayer/gtk/pl.h
new file mode 100644
index 0000000000..d5e1ebe8b4
--- /dev/null
+++ b/gui/mplayer/gtk/pl.h
@@ -0,0 +1,14 @@
+
+#ifndef __GUI_PL_H
+#define __GUI_PL_H
+
+#include <gtk/gtk.h>
+
+extern GtkWidget * PlayList;
+
+extern void ShowPlayList( void );
+extern void HidePlayList( void );
+
+extern GtkWidget * create_PlayList (void);
+
+#endif