X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/58b2b9f4741e56383779973cc412ca087987b114..0bf960c1fb936cb28f39f7d7c2b1b2817ebb14a0:/apropos_db.h diff --git a/apropos_db.h b/apropos_db.h index 7801b126..95d5001a 100644 --- a/apropos_db.h +++ b/apropos_db.h @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.2 2011/11/13 10:49:57 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 *[], int); +struct expr *exprcomp(char *); void exprfree(struct expr *); __END_DECLS