view Gui/mplayer/gtk/url.h @ 15957:bb6729801e1c

SVCD supports VBR audio and VCD CBR only. Reflects the newest patches of Nico
author gpoirier
date Sun, 10 Jul 2005 17:07:40 +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