summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-15 18:03:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-15 18:03:45 +0000
commitb055de7f5dca0b71396d14adec76802e4d947648 (patch)
tree381cefa72dd47f7f8c070c602026d8d5cf68734a /main.c
parent3ddd392988887279ba08bafabe3ecf8801f573ea (diff)
downloadmandoc-b055de7f5dca0b71396d14adec76802e4d947648.tar.gz
add missing prototypes, no code change;
noticed by Christos Zoulas with -Wmissing-prototypes
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index b921bfe1..b8a773d4 100644
--- a/main.c
+++ b/main.c
@@ -87,6 +87,9 @@ struct curparse {
struct manoutput *outopts; /* output options */
};
+
+int mandocdb(int, char *[]);
+
static int fs_lookup(const struct manpaths *,
size_t ipath, const char *,
const char *, const char *,