summaryrefslogtreecommitdiffstats
path: root/lib/libskey/put.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libskey/put.c')
-rw-r--r--lib/libskey/put.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libskey/put.c b/lib/libskey/put.c
index a2a2b06767f..9b95a6be39c 100644
--- a/lib/libskey/put.c
+++ b/lib/libskey/put.c
@@ -8,7 +8,7 @@
*
* Dictionary lookup and extraction.
*
- * $OpenBSD: put.c,v 1.10 2001/06/20 22:17:21 millert Exp $
+ * $OpenBSD: put.c,v 1.11 2002/02/16 21:27:27 millert Exp $
*/
#include <stdio.h>
@@ -19,10 +19,10 @@
#include "skey.h"
-static unsigned int extract __P((char *, int, int));
-static void standard __P((char *));
-static void insert __P((char *, int, int, int));
-static int wsrch __P((char *, int, int));
+static unsigned int extract(char *, int, int);
+static void standard(char *);
+static void insert(char *, int, int, int);
+static int wsrch(char *, int, int);
/* Standard dictionary for integer-word translations */
static const char * const Wp[2048] = {