summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-07-15 18:49:54 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-07-15 18:49:54 +0000
commit10fad8d682c2124a01baafa0c1b7138ca4f2ed86 (patch)
treee8d170343adedfcee7cbd321440f7429a2f567f3 /usr.bin
parent5a96f5ec4ad079d5602909c1a8793326330ab6bf (diff)
Fix previous: the mandocdb() prototype was already there, it just
hid among static functions, as noticed by tedu@ (my bad).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/main.c3
1 files changed, 1 insertions, 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 <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 *);