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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/about.h b/Gui/mplayer/gtk/about.h
index 494eece7bf..5ca03a929a 100644
--- a/Gui/mplayer/gtk/about.h
+++ b/Gui/mplayer/gtk/about.h
@@ -4,6 +4,9 @@
#include <gtk/gtk.h>
+extern GtkWidget * AboutBox;
+
extern GtkWidget * create_About( void );
+extern void ShowAboutBox( void );
#endif