[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.7 and 1.8

version 1.7, 2001/11/24 19:19:59 version 1.8, 2001/12/05 09:50:31
Line 104 
Line 104 
 #define FINDVAL(list,item,finder) \  #define FINDVAL(list,item,finder) \
         findval(list, item, finder)          findval(list, item, finder)
   
   void crash __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 *));

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