view Gui/mplayer/gtk/url.h @ 19184:3f2de7ba8aa0

split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
author nicodvb
date Wed, 26 Jul 2006 21:40:43 +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