From b055de7f5dca0b71396d14adec76802e4d947648 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 15 Jul 2016 18:03:45 +0000 Subject: add missing prototypes, no code change; noticed by Christos Zoulas with -Wmissing-prototypes --- main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.c') 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 *, -- cgit