view Gui/mplayer/gtk/url.h @ 7116:e751a2b0991d

written by Florian Schilhabel <florian.schilhabel@gmx.net>
author alex
date Wed, 28 Aug 2002 17:14:02 +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