summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/gtk_url.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/gtk_url.h')
-rw-r--r--gui/mplayer/gtk/gtk_url.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/gtk_url.h b/gui/mplayer/gtk/gtk_url.h
new file mode 100644
index 0000000000..9e0284a832
--- /dev/null
+++ b/gui/mplayer/gtk/gtk_url.h
@@ -0,0 +1,12 @@
+#ifndef MPLAYER_GUI_GTK_URL_H
+#define MPLAYER_GUI_GTK_URL_H
+
+#include <gtk/gtk.h>
+
+extern GtkWidget * URL;
+extern int gtkVURLDialogBox;
+
+extern void ShowURLDialogBox( void );
+extern GtkWidget * create_URL( void );
+
+#endif /* MPLAYER_GUI_GTK_URL_H */