mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
12 lines
234 B
C
12 lines
234 B
C
--- src/gui.h.orig 2006-02-26 19:41:12 UTC
|
|
+++ src/gui.h
|
|
@@ -49,7 +49,7 @@ typedef struct guitype {
|
|
gchar *high8tagname;
|
|
} guitype;
|
|
|
|
-guitype *gui;
|
|
+extern guitype *gui;
|
|
|
|
guitype *new_gui(void);
|
|
void create_mainwindow (void);
|