[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.5 and 1.6

version 1.5, 2011/11/18 07:02:19 version 1.6, 2011/11/20 15:43:14
Line 35  __BEGIN_DECLS
Line 35  __BEGIN_DECLS
   
 struct  expr;  struct  expr;
   
 int              apropos_search(const struct opts *,  int              apropos_search(int, char **, const struct opts *,
                         const struct expr *, size_t, void *,                          const struct expr *, size_t, void *,
                         void (*)(struct res *, size_t, void *));                          void (*)(struct res *, size_t, void *));
 struct  expr    *exprcomp(int, char *[], size_t *);  struct  expr    *exprcomp(int, char *[], size_t *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb