summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/url.h
blob: c29895d8898616963a91b8992eb9e068e53b4adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H

#include <gtk/gtk.h>

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif /* MPLAYER_GUI_URL_H */