[BACK]Return to rpc_svcout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_svcout.c between version 1.10 and 1.11

version 1.10, 2001/12/05 09:50:31 version 1.11, 2002/02/16 21:27:51
Line 51 
Line 51 
   
 char _errbuf[256];      /* For all messages */  char _errbuf[256];      /* For all messages */
   
 void internal_proctype __P((proc_list *));  void internal_proctype(proc_list *);
 static write_real_program __P((definition *));  static write_real_program(definition *);
 static write_program __P((definition *, char *));  static write_program(definition *, char *);
 static printerr __P((char *, char *));  static printerr(char *, char *);
 static printif __P((char *, char *, char *, char *));  static printif(char *, char *, char *, char *);
 static write_inetmost __P((char *));  static write_inetmost(char *);
 static print_return __P((char *));  static print_return(char *);
 static print_pmapunset __P((char *));  static print_pmapunset(char *);
 static print_err_message __P((char *));  static print_err_message(char *);
 static write_timeout_func __P((void));  static write_timeout_func(void);
 static write_pm_most __P((char *, int));  static write_pm_most(char *, int);
 static write_caller_func __P((void));  static write_caller_func(void);
 static write_rpc_svc_fg __P((char *, char *));  static write_rpc_svc_fg(char *, char *);
 static open_log_file __P((char *, char *));  static open_log_file(char *, char *);
   
 static  static
 p_xdrfunc(rname, typename)  p_xdrfunc(rname, typename)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11