summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_util.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-24 19:20:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-24 19:20:00 +0000
commit9867ca55788a64ba66aec574e0d45bf03fe3f4c6 (patch)
treec3cf9c1bfd9e4d94f19c1fca16f6bc1bfde344a9 /usr.bin/rpcgen/rpc_util.h
parentfd9feb80a4e3e025b87964bc91cfc1039818ca57 (diff)
argh! i messed something up!
Diffstat (limited to 'usr.bin/rpcgen/rpc_util.h')
-rw-r--r--usr.bin/rpcgen/rpc_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h
index 055018f5175..d725648241f 100644
--- a/usr.bin/rpcgen/rpc_util.h
+++ b/usr.bin/rpcgen/rpc_util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rpc_util.h,v 1.6 2001/11/24 19:17:47 deraadt Exp $ */
+/* $OpenBSD: rpc_util.h,v 1.7 2001/11/24 19:19:59 deraadt Exp $ */
/* $NetBSD: rpc_util.h,v 1.3 1995/06/11 21:50:10 pk Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -104,7 +104,6 @@ definition *findval();
#define FINDVAL(list,item,finder) \
findval(list, item, finder)
-void crash __P((void));
char *fixtype __P((char *));
char *stringfix __P((char *));
char *locase __P((char *));