view Gui/mplayer/gtk/url.h @ 12513:3e5704e7b35f

Fix Cygwin compilation, patch by Sascha Sommer.
author diego
date Mon, 31 May 2004 14:15:35 +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