[BACK]Return to apropos_db.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

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

version 1.3, 2011/11/13 11:10:27 version 1.4, 2011/11/14 10:07:06
Line 49  void    apropos_search(const struct opts *, 
Line 49  void    apropos_search(const struct opts *, 
                         const struct expr *, void *,                          const struct expr *, void *,
                         void (*)(struct rec *, size_t, void *));                          void (*)(struct rec *, size_t, void *));
   
 struct  expr    *exprcomp(int, char *[]);  struct  expr    *exprcomp(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

CVSweb