diff options
Diffstat (limited to 'usr.bin/rpcgen/rpc_clntout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 48869dd..0378604 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -25,6 +25,8 @@ * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 + * + * $FreeBSD$ */ #ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI" @@ -43,10 +45,10 @@ static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #include "rpc_parse.h" #include "rpc_util.h" -extern void pdeclaration __P(( char *, declaration *, int, char * )); -void printarglist __P(( proc_list *, char *, char *, char *)); -static void write_program __P(( definition * )); -static void printbody __P(( proc_list * )); +extern void pdeclaration( char *, declaration *, int, char * ); +void printarglist( proc_list *, char *, char *, char *); +static void write_program( definition * ); +static void printbody( proc_list * ); static char RESULT[] = "clnt_res"; |