view Gui/mplayer/gtk/url.h @ 14789:099ed4814603

quick solution for making an option less braindead
author alex
date Thu, 24 Feb 2005 15:00:47 +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