summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/mb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/mb.h')
-rw-r--r--gui/mplayer/gtk/mb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mplayer/gtk/mb.h b/gui/mplayer/gtk/mb.h
index 8274d212ce..75b0a2cc62 100644
--- a/gui/mplayer/gtk/mb.h
+++ b/gui/mplayer/gtk/mb.h
@@ -23,7 +23,7 @@
extern GtkWidget * MessageBox;
-extern GtkWidget * create_MessageBox( int type );
-extern void ShowMessageBox( const char * msg );
+GtkWidget * create_MessageBox( int type );
+void ShowMessageBox( const char * msg );
#endif /* MPLAYER_GUI_MB_H */