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

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif /* MPLAYER_GUI_URL_H */