summaryrefslogtreecommitdiff
path: root/textproc/wordnet/files/patch-lib__wnrtl.c
blob: 285783c16fcd6e8f9126427166c7970472412b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- lib/wnrtl.c	Fri May  6 13:17:39 2005
+++ lib/wnrtl.c	Wed Dec 21 00:21:04 2005
@@ -8,5 +8,5 @@
 #include "wn.h"
 
-static char *Id = "$Id: wnrtl.c,v 1.8 2005/01/27 17:33:54 wn Rel $";
+__FBSDID("$Id: wnrtl.c,v 1.8 2005/01/27 17:33:54 wn Rel $");
 
 /* Search code variables and flags */
@@ -43,6 +43,5 @@
    Default function provided in library returns -1 */
 
-int default_display_message(char *);
-int (*display_message)(char *) = default_display_message;
+int (*display_message)(const char *) = default_display_message;
 
 /*