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

Diff for /src/usr.bin/mandoc/Attic/apropos_db.h between version 1.3 and 1.4

version 1.3, 2011/11/13 11:07:10 version 1.4, 2011/11/16 13:23:27
Line 34 
Line 34 
          */           */
         int              lhs;          int              lhs;
         int              rhs;          int              rhs;
           int             *matches;
 };  };
   
 struct  opts {  struct  opts {
Line 46 
Line 47 
 struct  expr;  struct  expr;
   
 void             apropos_search(const struct opts *,  void             apropos_search(const struct opts *,
                         const struct expr *, void *,                          const struct expr *, size_t, void *,
                         void (*)(struct rec *, size_t, void *));                          void (*)(struct rec *, size_t, void *));
   struct  expr    *exprcomp(int, char *[], size_t *);
 struct  expr    *exprcomp(int, char *[]);  
 void             exprfree(struct expr *);  void             exprfree(struct expr *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4