]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandocdb.c
add missing prototypes, no code change;
[mandoc.git] / mandocdb.c
index 6c04cb05256ce7aa2c527ce83f6b9063318474af..d5052db91a4a393b75cb2d4c1fe5d379373886a4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandocdb.c,v 1.218 2016/07/12 05:18:38 kristaps Exp $ */
+/*     $Id: mandocdb.c,v 1.219 2016/07/15 18:03:45 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -139,6 +139,9 @@ struct      mdoc_handler {
        uint64_t         mask;  /* set unless handler returns 0 */
 };
 
+
+int             mandocdb(int, char *[]);
+
 static void     dbclose(int);
 static void     dbadd(struct mpage *);
 static void     dbadd_mlink(const struct mlink *mlink);