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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/mplayer/gtk/pl.h b/gui/mplayer/gtk/pl.h
index 008fcda0ab..003c589847 100644
--- a/gui/mplayer/gtk/pl.h
+++ b/gui/mplayer/gtk/pl.h
@@ -21,9 +21,9 @@
#include <gtk/gtk.h>
-extern void ShowPlayList( void );
-extern void HidePlayList( void );
+void ShowPlayList( void );
+void HidePlayList( void );
-extern GtkWidget * create_PlayList (void);
+GtkWidget * create_PlayList (void);
#endif /* MPLAYER_GUI_PL_H */