view Gui/mplayer/gtk/url.h @ 17402:5a5a351734f2

sync to x264 r398. patch by Guillaume Poirier.
author lorenm
date Mon, 16 Jan 2006 01:37:32 +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