12 lines
280 B
Text
12 lines
280 B
Text
Index: src/grg_entries.h
|
|
--- src/grg_entries.h.orig
|
|
+++ src/grg_entries.h
|
|
@@ -24,7 +24,7 @@
|
|
|
|
/* current element. */
|
|
/* MUST BE USED ONLY BY grg_attachs.h !!!! */
|
|
-GList *current;
|
|
+extern GList *current;
|
|
|
|
/* Appends a new entry to the list */
|
|
void grg_entries_append (void);
|