summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/url.h
blob: ed0a65658641bc81fd658bfc94945c63bd7e651d (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif