blob: 075026df5d47aa0bfc1dbd692a52024302119e27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ao,v 1.1 1999/10/01 17:05:16 dmcmahill Exp $
--- 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;
|