diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:33:25 +0000 |
commit | d3cb5ded92a4fcf21400c9742ca884549bebc99e (patch) | |
tree | bdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/rpcgen/rpc_svcout.c | |
parent | f1bb2cd2aa7488657658fbc09aae2ead579049ab (diff) | |
download | src-d3cb5ded92a4fcf21400c9742ca884549bebc99e.tar.gz src-d3cb5ded92a4fcf21400c9742ca884549bebc99e.zip |
remove __P
Notes
Notes:
svn path=/head/; revision=92921
Diffstat (limited to 'usr.bin/rpcgen/rpc_svcout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index fd48ee73d6d3..20f6aafa7e3f 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -55,21 +55,21 @@ static char RETVAL[] = "retval"; char _errbuf[256]; /* For all messages */ -void internal_proctype __P(( proc_list * )); -static void write_real_program __P(( definition * )); -static void write_program __P(( definition *, char * )); -static void printerr __P(( char *, char * )); -static void printif __P(( char *, char *, char *, char * )); -static void write_inetmost __P(( char * )); -static void print_return __P(( char * )); -static void print_pmapunset __P(( char * )); -static void print_err_message __P(( char * )); -static void write_timeout_func __P(( void )); -static void write_pm_most __P(( char *, int )); -static void write_rpc_svc_fg __P(( char *, char * )); -static void open_log_file __P(( char *, char * )); -static void write_msg_out __P(( void )); -int nullproc __P(( proc_list * )); +void internal_proctype( proc_list * ); +static void write_real_program( definition * ); +static void write_program( definition *, char * ); +static void printerr( char *, char * ); +static void printif( char *, char *, char *, char * ); +static void write_inetmost( char * ); +static void print_return( char * ); +static void print_pmapunset( char * ); +static void print_err_message( char * ); +static void write_timeout_func( void ); +static void write_pm_most( char *, int ); +static void write_rpc_svc_fg( char *, char * ); +static void open_log_file( char *, char * ); +static void write_msg_out( void ); +int nullproc( proc_list * ); static void |