Fix previous: the mandocdb() prototype was already there, it just
authorschwarze <schwarze@openbsd.org>
Fri, 15 Jul 2016 18:49:53 +0000 (18:49 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 15 Jul 2016 18:49:53 +0000 (18:49 +0000)
hid among static functions, as noticed by tedu@ (my bad).

usr.bin/mandoc/main.c

index 42c39ce..34d1ed8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.174 2016/07/15 18:02:32 schwarze Exp $ */
+/*     $OpenBSD: main.c,v 1.175 2016/07/15 18:49:53 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2012, 2014-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -86,7 +86,6 @@ static        void              fs_search(const struct mansearch *,
                                const struct manpaths *, int, char**,
                                struct manpage **, size_t *);
 static int               koptions(int *, char *);
-int                      mandocdb(int, char**);
 static int               moptions(int *, char *);
 static void              mmsg(enum mandocerr, enum mandoclevel,
                                const char *, int, int, const char *);