=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/apropos_db.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/13 11:07:10 1.3 --- src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/16 13:23:27 1.4 *************** *** 1,4 **** ! /* $Id: apropos_db.h,v 1.3 2011/11/13 11:07:10 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: apropos_db.h,v 1.4 2011/11/16 13:23:27 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * *************** *** 34,39 **** --- 34,40 ---- */ int lhs; int rhs; + int *matches; }; struct opts { *************** *** 46,55 **** struct expr; void apropos_search(const struct opts *, ! const struct expr *, void *, void (*)(struct rec *, size_t, void *)); ! ! struct expr *exprcomp(int, char *[]); void exprfree(struct expr *); __END_DECLS --- 47,55 ---- struct expr; void apropos_search(const struct opts *, ! const struct expr *, size_t, void *, void (*)(struct rec *, size_t, void *)); ! struct expr *exprcomp(int, char *[], size_t *); void exprfree(struct expr *); __END_DECLS