diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-09 03:35:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-09 03:35:22 +0000 |
commit | c7edccc4a8aa1de26de27623e2853a84e032e1f3 (patch) | |
tree | 237edc34cb2a85a65b61f655141ca601770626d0 /usr.bin/rpcgen/rpc_clntout.c | |
parent | a539546c0b3baee9b922db9165dc00a95f02d43e (diff) |
protos
Diffstat (limited to 'usr.bin/rpcgen/rpc_clntout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 8a8e1d3f5bb..b6855ab3ff4 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_clntout.c,v 1.11 2002/07/05 05:39:42 deraadt Exp $ */ +/* $OpenBSD: rpc_clntout.c,v 1.12 2003/07/09 03:35:21 deraadt Exp $ */ /* $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -47,8 +47,6 @@ static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; static void write_program(definition *); static void printbody(proc_list *); -extern void pdeclaration(); - #define DEFAULT_TIMEOUT 25 /* in seconds */ static char RESULT[] = "clnt_res"; @@ -147,8 +145,7 @@ void printarglist(proc, addargname, addargtype) } static char * -ampr(type) - char *type; +ampr(char *type) { if (isvectordef(type, REL_ALIAS)) { return (""); |