Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 16814:0c6f6ef27f3f
document hack
author | ods15 |
---|---|
date | Thu, 20 Oct 2005 05:54:51 +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