view gui/mplayer/gtk/url.h @ 23685:f15bce7943b9

Add consistent GUI prefix to multiple inclusion guards.
author diego
date Mon, 02 Jul 2007 20:55:05 +0000
parents 17bf4f4b0715
children 3f0d00abc073
line wrap: on
line source


#ifndef _GUI_URL_H
#define _GUI_URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif