summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mansearch.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-01 08:05:03 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-01 08:05:03 +0000
commitac86e73e9650b4db811737e770a15bc7cf4be406 (patch)
tree58cb1d3af437f2670bcdfae102c356416ad83782 /usr.bin/mandoc/mansearch.h
parentcaade4c1f10e3d0c5156f58840496c3c654d7db6 (diff)
header cleanup:
* add missing forward declarations * remove needless header inclusions * some style unification
Diffstat (limited to 'usr.bin/mandoc/mansearch.h')
-rw-r--r--usr.bin/mandoc/mansearch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mansearch.h b/usr.bin/mandoc/mansearch.h
index 97c8465faf6..c68ed76acc2 100644
--- a/usr.bin/mandoc/mansearch.h
+++ b/usr.bin/mandoc/mansearch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mansearch.h,v 1.18 2014/11/27 14:31:29 deraadt Exp $ */
+/* $OpenBSD: mansearch.h,v 1.19 2014/12/01 08:05:02 schwarze Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -97,6 +97,8 @@ struct mansearch {
__BEGIN_DECLS
+struct manpaths;
+
int mansearch_setup(int);
int mansearch(const struct mansearch *cfg, /* options */
const struct manpaths *paths, /* manpaths */