17 lines
272 B
Text
17 lines
272 B
Text
Index: src/gringotts.h
|
|
--- src/gringotts.h.orig
|
|
+++ src/gringotts.h
|
|
@@ -24,10 +24,10 @@
|
|
|
|
#include "grg_defs.h"
|
|
|
|
-GList *garbage;
|
|
+extern GList *garbage;
|
|
|
|
-GRG_CTX gctx;
|
|
-glong pwdbirth;
|
|
+extern GRG_CTX gctx;
|
|
+extern glong pwdbirth;
|
|
|
|
/*callbacks for menu items */
|
|
|