mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
000cebd64d
PR: ports/107134 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
14 lines
370 B
C
14 lines
370 B
C
--- spice/common/src/lib/hlp/readhelp.c.orig Sun Jan 30 03:44:53 1994
|
|
+++ spice/common/src/lib/hlp/readhelp.c Fri Dec 22 20:58:15 2006
|
|
@@ -41,8 +41,8 @@
|
|
|
|
static char *getsubject();
|
|
static toplink *getsubtoplink();
|
|
-extern void sortlist(), tlfree();
|
|
-extern int sortcmp();
|
|
+static void sortlist(), tlfree();
|
|
+static int sortcmp();
|
|
|
|
static topic *alltopics = NULL;
|
|
|