Mercurial > mplayer.hg
annotate gui/mplayer/gtk/url.h @ 23689:3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
author | diego |
---|---|
date | Mon, 02 Jul 2007 22:34:45 +0000 |
parents | f15bce7943b9 |
children | 3baf6a2283da |
rev | line source |
---|---|
23077 | 1 |
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
2 #ifndef GUI_URL_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
3 #define GUI_URL_H |
23077 | 4 |
5 extern GtkWidget * URL; | |
6 extern int gtkVURLDialogBox; | |
7 | |
8 extern void ShowURLDialogBox( void ); | |
9 extern GtkWidget * create_URL( void ); | |
10 | |
11 #endif |