=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/apropos_db.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/27 23:11:32 1.8 +++ src/usr.bin/mandoc/Attic/apropos_db.h 2011/11/28 00:16:38 1.9 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.8 2011/11/27 23:11:32 schwarze Exp $ */ +/* $Id: apropos_db.h,v 1.9 2011/11/28 00:16:38 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -46,6 +46,7 @@ void (*)(struct res *, size_t, void *)); struct expr *exprcomp(int, char *[], size_t *); void exprfree(struct expr *); +struct expr *termcomp(int, char *[], size_t *); __END_DECLS