view Gui/mplayer/gtk/url.h @ 19056:36f993b7f91d

freeze (this is pretty much oded shimons patch from a few month ago)
author michael
date Thu, 13 Jul 2006 10:26:33 +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