Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 7004:8eff71f38685
dynamic libavcodec.so support updated by
Alexander.Gottwald@informatik.tu-chemnitz.de
author | arpi |
---|---|
date | Wed, 14 Aug 2002 21:43:49 +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