mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
1659321eaf
Also fix up dependencies while here.
12 lines
279 B
C
12 lines
279 B
C
--- src/grg_entries.h.orig 2008-01-04 13:08:43 UTC
|
|
+++ 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);
|