aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_hash.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 /man_hash.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 'man_hash.c')
-rw-r--r--man_hash.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_hash.c b/man_hash.c
index 8573994e..bb7b4665 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -1,4 +1,4 @@
-/* $Id: man_hash.c,v 1.34 2015/10/06 18:32:19 schwarze Exp $ */
+/* $Id: man_hash.c,v 1.35 2016/07/15 18:03:45 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -24,8 +24,10 @@
#include <limits.h>
#include <string.h>
+#include "mandoc.h"
#include "roff.h"
#include "man.h"
+#include "libmandoc.h"
#include "libman.h"
#define HASH_DEPTH 6