view gui/mplayer/gtk/url.h @ 26136:a8eb9fd1ac21

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 07:53:14 +0000
parents 4129c8cfa742
children
line wrap: on
line source

#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H

#include <gtk/gtk.h>

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

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

#endif /* MPLAYER_GUI_URL_H */