=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/apropos_db.h 2011/11/13 11:10:27 1.3 +++ mandoc/Attic/apropos_db.h 2011/11/14 10:07:06 1.4 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.3 2011/11/13 11:10:27 schwarze Exp $ */ +/* $Id: apropos_db.h,v 1.4 2011/11/14 10:07:06 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -49,7 +49,7 @@ void apropos_search(const struct opts *, const struct expr *, void *, void (*)(struct rec *, size_t, void *)); -struct expr *exprcomp(int, char *[]); +struct expr *exprcomp(char *); void exprfree(struct expr *); __END_DECLS