[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.21 and 1.22

version 1.21, 2015/10/05 15:25:16 version 1.22, 2017/01/03 21:31:16
Line 53 
Line 53 
 PLAN    *c_cmin(char *, char ***, int);  PLAN    *c_cmin(char *, char ***, int);
 PLAN    *c_cnewer(char *, char ***, int);  PLAN    *c_cnewer(char *, char ***, int);
 PLAN    *c_ctime(char *, char ***, int);  PLAN    *c_ctime(char *, char ***, int);
   PLAN    *c_delete(char *, char ***, int);
 PLAN    *c_depth(char *, char ***, int);  PLAN    *c_depth(char *, char ***, int);
 PLAN    *c_empty(char *, char ***, int);  PLAN    *c_empty(char *, char ***, int);
 PLAN    *c_exec(char *, char ***, int);  PLAN    *c_exec(char *, char ***, int);
Line 87 
Line 88 
 PLAN    *c_not(char *, char ***, int);  PLAN    *c_not(char *, char ***, int);
 PLAN    *c_or(char *, char ***, int);  PLAN    *c_or(char *, char ***, int);
   
 extern int ftsoptions, isdepth, isoutput, isxargs;  extern int ftsoptions, isdelete, isdepth, isoutput, isxargs;
 extern int mayexecve;  extern int mayexecve;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22