summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/gtk_url.h
blob: 9e0284a8320a5496305205a5fa16fd74ba79e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */