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

Diff for /src/usr.bin/find/find.h between version 1.10 and 1.11

version 1.10, 2000/07/08 16:09:33 version 1.11, 2002/02/16 21:27:46
Line 53 
Line 53 
 typedef struct _plandata {  typedef struct _plandata {
         struct _plandata *next;                 /* next node */          struct _plandata *next;                 /* next node */
         int (*eval)                             /* node evaluation function */          int (*eval)                             /* node evaluation function */
             __P((struct _plandata *, FTSENT *));  (struct _plandata *, FTSENT *);
 #define F_EQUAL         1                       /* [acm]time inum links size */  #define F_EQUAL         1                       /* [acm]time inum links size */
 #define F_LESSTHAN      2  #define F_LESSTHAN      2
 #define F_GREATER       3  #define F_GREATER       3

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11