[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.2 and 1.3

version 1.2, 2011/11/13 10:49:57 version 1.3, 2011/11/13 11:10:27
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 *[], int);  struct  expr    *exprcomp(int, char *[]);
 void             exprfree(struct expr *);  void             exprfree(struct expr *);
   
 __END_DECLS  __END_DECLS

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

CVSweb