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

Diff for /src/usr.bin/find/extern.h between version 1.15 and 1.16

version 1.15, 2004/09/15 18:43:45 version 1.16, 2011/04/21 01:14:21
Line 35 
Line 35 
 void     brace_subst(char *, char **, char *, int);  void     brace_subst(char *, char **, char *, int);
 void    *emalloc(unsigned int);  void    *emalloc(unsigned int);
 PLAN    *find_create(char ***);  PLAN    *find_create(char ***);
 void     find_execute(PLAN *, char **);  int      find_execute(PLAN *, char **);
 PLAN    *find_formplan(char **);  PLAN    *find_formplan(char **);
 PLAN    *not_squish(PLAN *);  PLAN    *not_squish(PLAN *);
 OPTION  *option(char *);  OPTION  *option(char *);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16