Mercurial > mplayer.hg
comparison gui/mplayer/gtk/pl.h @ 28051:9e739bdb049c
Get rid of pointless 'extern' keywords.
author | diego |
---|---|
date | Wed, 03 Dec 2008 23:01:03 +0000 |
parents | b0a7b35b78d2 |
children |
comparison
equal
deleted
inserted
replaced
28050:7e53b0b71b18 | 28051:9e739bdb049c |
---|---|
19 #ifndef MPLAYER_GUI_PL_H | 19 #ifndef MPLAYER_GUI_PL_H |
20 #define MPLAYER_GUI_PL_H | 20 #define MPLAYER_GUI_PL_H |
21 | 21 |
22 #include <gtk/gtk.h> | 22 #include <gtk/gtk.h> |
23 | 23 |
24 extern void ShowPlayList( void ); | 24 void ShowPlayList( void ); |
25 extern void HidePlayList( void ); | 25 void HidePlayList( void ); |
26 | 26 |
27 extern GtkWidget * create_PlayList (void); | 27 GtkWidget * create_PlayList (void); |
28 | 28 |
29 #endif /* MPLAYER_GUI_PL_H */ | 29 #endif /* MPLAYER_GUI_PL_H */ |