Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 10056:88c855a174f3
Added some special-case code for checking for "sip:" URLs (because they
don't include a "//" like other URLs).
author | rsf |
---|---|
date | Sat, 03 May 2003 06:16:07 +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