summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/about.h')
-rw-r--r--gui/mplayer/gtk/about.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mplayer/gtk/about.h b/gui/mplayer/gtk/about.h
index 7487259147..68997ac51b 100644
--- a/gui/mplayer/gtk/about.h
+++ b/gui/mplayer/gtk/about.h
@@ -23,7 +23,7 @@
extern GtkWidget * About;
-extern GtkWidget * create_About( void );
-extern void ShowAboutBox( void );
+GtkWidget * create_About( void );
+void ShowAboutBox( void );
#endif /* MPLAYER_GUI_ABOUT_H */