=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/Attic/apropos_db.h 2011/11/18 07:02:19 1.5 +++ mandoc/Attic/apropos_db.h 2011/11/20 15:43:14 1.6 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.5 2011/11/18 07:02:19 kristaps Exp $ */ +/* $Id: apropos_db.h,v 1.6 2011/11/20 15:43:14 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -35,7 +35,7 @@ __BEGIN_DECLS struct expr; -int apropos_search(const struct opts *, +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 *);