1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/cad/spice/files/patch-ao

12 lines
340 B
Plaintext
Raw Normal View History

--- src/lib/hlp/readhelp.c.orig Wed Apr 21 03:56:00 1993
+++ src/lib/hlp/readhelp.c Thu Sep 30 10:06:32 1999
@@ -42,6 +42,6 @@
static char *getsubject();
static toplink *getsubtoplink();
-extern void sortlist(), tlfree();
-extern int sortcmp();
+static void sortlist(), tlfree();
+static int sortcmp();
static topic *alltopics = NULL;