aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit0eef50ec6a1184b0c3634caac272f969a3f36c88 (patch)
tree85f1c5f0cbb8c86af720a03fdc12222364a3eb4c /main.c
parenta142b09ae91ee2ad981c24c9a48689e623d6a952 (diff)
downloadmandoc-0eef50ec6a1184b0c3634caac272f969a3f36c88.tar.gz
mandoc-0eef50ec6a1184b0c3634caac272f969a3f36c88.tar.zst
mandoc-0eef50ec6a1184b0c3634caac272f969a3f36c88.zip
add missing prototypes, no code change;
noticed by Christos Zoulas with -Wmissing-prototypes
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.c b/main.c
index 527db244..62e76c29 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.269 2016/07/12 05:18:38 kristaps Exp $ */
+/* $Id: main.c,v 1.270 2016/07/15 18:03:45 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2012, 2014-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 *,