view Gui/mplayer/gtk/url.h @ 15557:40d5e0ccce93

sync to x264 r239 (zoned ratecontrol and UMHex ME)
author lorenm
date Tue, 24 May 2005 06:03:37 +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