view Gui/mplayer/gtk/url.h @ 6298:d42cb911d7f7

add network streaming support for gui
author pontscho
date Tue, 04 Jun 2002 16:38:18 +0000
parents
children e9bd97d5c5cc
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