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

Diff for /src/usr.bin/rpcgen/rpc_util.h between version 1.3 and 1.4

version 1.3, 1997/10/11 21:10:42 version 1.4, 2001/07/17 02:23:59
Line 104 
Line 104 
 #define FINDVAL(list,item,finder) \  #define FINDVAL(list,item,finder) \
         findval(list, item, finder)          findval(list, item, finder)
   
   void reinitialize __P((void));
 char *fixtype __P((char *));  char *fixtype __P((char *));
 char *stringfix __P((char *));  char *stringfix __P((char *));
 char *locase __P((char *));  char *locase __P((char *));
Line 113 
Line 114 
 int isvectordef __P((char *, relation));  int isvectordef __P((char *, relation));
 int streq __P((char *, char *));  int streq __P((char *, char *));
 void error __P((char *));  void error __P((char *));
   void crash __P((void));
 void tabify __P((FILE *, int));  void tabify __P((FILE *, int));
 void record_open __P((char *));  void record_open __P((char *));
 bas_type *find_type __P((char *));  bas_type *find_type __P((char *));
 char *make_argname __P((char *, char *));  char *make_argname __P((char *, char *));
   void add_type __P((int, char *));
 /*  /*
  * rpc_cout routines   * rpc_cout routines
  */   */
 void emit __P((definition *));  void emit __P((definition *));
   void emit_inline __P((declaration *, int));
   void emit_single_in_line __P((declaration *, int, relation));
   char *upcase __P((char *));
   
 /*  /*
  * rpc_hout routines   * rpc_hout routines
  */   */
 void print_datadef __P((definition *));  void print_datadef __P((definition *));
 void print_funcdef __P((definition *));  void print_funcdef __P((definition *));
   void pxdrfuncdecl __P((char *, int));
   void pprocdef __P((proc_list *, version_list *, char *, int, int));
   void pdeclaration __P((char *, declaration *, int, char *));
   
 /*  /*
  * rpc_svcout routines   * rpc_svcout routines
Line 134 
Line 143 
 void write_most __P((char *, int, int));  void write_most __P((char *, int, int));
 void write_rest __P((void));  void write_rest __P((void));
 void write_programs __P((char *));  void write_programs __P((char *));
   int nullproc __P((proc_list *));
 void write_svc_aux __P((int));  void write_svc_aux __P((int));
   void write_msg_out __P((void));
 void write_inetd_register __P((char *));  void write_inetd_register __P((char *));
 void write_netid_register __P((char *));  void write_netid_register __P((char *));
 void write_nettype_register __P((char *));  void write_nettype_register __P((char *));
Line 155 
Line 166 
  */   */
 void write_sample_svc __P((definition *));  void write_sample_svc __P((definition *));
 int write_sample_clnt __P((definition *));  int write_sample_clnt __P((definition *));
   void add_sample_msg __P((void));
 void write_sample_clnt_main __P((void));  void write_sample_clnt_main __P((void));

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4