]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.c
add missing prototypes, no code change;
[mandoc.git] / main.c
diff --git a/main.c b/main.c
index 527db244283e99c7702c95a4eba90fa74b31e0bb..62e76c29ba425ed1772a4267cb8d7e78081722aa 100644 (file)
--- 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 *,