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