From e0622e25471d2d05fe32ee9212f8b7d042954140 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 15 Jul 2016 18:49:53 +0000 Subject: [PATCH] Fix previous: the mandocdb() prototype was already there, it just hid among static functions, as noticed by tedu@ (my bad). --- usr.bin/mandoc/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/mandoc/main.c b/usr.bin/mandoc/main.c index 42c39ce0a70..34d1ed88179 100644 --- a/usr.bin/mandoc/main.c +++ b/usr.bin/mandoc/main.c @@ -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 * Copyright (c) 2010-2012, 2014-2016 Ingo Schwarze @@ -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 *); -- 2.20.1