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

Diff for /src/usr.bin/rpcgen/rpc_parse.c between version 1.8 and 1.9

version 1.8, 2001/12/05 09:50:31 version 1.9, 2002/02/16 21:27:51
Line 48 
Line 48 
   
 #define ARGNAME "arg"  #define ARGNAME "arg"
   
 static isdefined __P((definition *));  static isdefined(definition *);
 static def_struct __P((definition *));  static def_struct(definition *);
 static def_program __P((definition *));  static def_program(definition *);
 static def_enum __P((definition *));  static def_enum(definition *);
 static def_const __P((definition *));  static def_const(definition *);
 static def_union __P((definition *));  static def_union(definition *);
 static def_typedef __P((definition *));  static def_typedef(definition *);
 static get_declaration __P((declaration *, defkind));  static get_declaration(declaration *, defkind);
 static get_prog_declaration __P((declaration *, defkind, int));  static get_prog_declaration(declaration *, defkind, int);
 static get_type __P((char **, char **, defkind));  static get_type(char **, char **, defkind);
 static unsigned_dec __P((char **));  static unsigned_dec(char **);
   
 /*  /*
  * return the next definition you see   * return the next definition you see

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9