view Gui/mplayer/gtk/url.h @ 12924:65f49a82ac94

100l, fixes DXR3 compile problems caused by my last patch.
author reimar
date Sat, 31 Jul 2004 18:04:42 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif