[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.16 and 1.17

version 1.16, 2011/04/21 01:14:21 version 1.17, 2012/01/02 23:19:45
Line 37 
Line 37 
 PLAN    *find_create(char ***);  PLAN    *find_create(char ***);
 int      find_execute(PLAN *, char **);  int      find_execute(PLAN *, char **);
 PLAN    *find_formplan(char **);  PLAN    *find_formplan(char **);
   int     find_traverse(PLAN *, int (*)(PLAN *, void *), void *);
 PLAN    *not_squish(PLAN *);  PLAN    *not_squish(PLAN *);
 OPTION  *option(char *);  OPTION  *option(char *);
 PLAN    *or_squish(PLAN *);  PLAN    *or_squish(PLAN *);
 PLAN    *paren_squish(PLAN *);  PLAN    *paren_squish(PLAN *);
   int     plan_cleanup(PLAN *, void *);
 struct stat;  struct stat;
 void     printlong(char *, char *, struct stat *);  void     printlong(char *, char *, struct stat *);
 int      queryuser(char **);  int      queryuser(char **);

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