=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/apropos_db.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/18 01:10:03 1.6 --- src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/26 16:41:35 1.7 *************** *** 1,4 **** ! /* $Id: apropos_db.h,v 1.6 2011/11/18 01:10:03 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: apropos_db.h,v 1.7 2011/11/26 16:41:35 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * *************** *** 24,29 **** --- 24,34 ---- char *arch; /* arch (or empty string) */ char *desc; /* description (from Nd) */ unsigned int rec; /* record in index */ + /* + * The index volume. This indexes into the array of directories + * searched for manual page databases. + */ + unsigned int volume; }; struct opts { *************** *** 35,42 **** struct expr; ! int apropos_search(int, char **, const struct opts *, ! const struct expr *, size_t, void *, void (*)(struct res *, size_t, void *)); struct expr *exprcomp(int, char *[], size_t *); void exprfree(struct expr *); --- 40,47 ---- struct expr; ! int apropos_search(int, char **, const struct opts *, ! const struct expr *, size_t, void *, void (*)(struct res *, size_t, void *)); struct expr *exprcomp(int, char *[], size_t *); void exprfree(struct expr *);