]> git.cameronkatri.com Git - mandoc.git/blobdiff - apropos_db.h
Have exprcomp() accept a string instead of an array-pointer. Also, collapse
[mandoc.git] / apropos_db.h
index a30cbedb8845c806dbd51e5e3d2324962a13ed3f..95d5001a2152356bedb01a14491d04e97d28e4b7 100644 (file)
@@ -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 <kristaps@bsd.lv>
  *
@@ -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