Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 10660:8f168a4128c5
a 100l and another typo
spotted by Alex "eagle eye" Beregszaszi
author | diego |
---|---|
date | Mon, 18 Aug 2003 13:49:22 +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