view gui/mplayer/gtk/url.h @ 26135:f628946d6b71

consistency cosmetics: Use #ifdef everywhere instead of #if defined().
author diego
date Wed, 05 Mar 2008 07:52:36 +0000
parents 4129c8cfa742
children a8eb9fd1ac21
line wrap: on
line source

#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif /* MPLAYER_GUI_URL_H */