aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
commit62befa7fcd92427df4055e759c9da7358b13ef9e (patch)
treee1b6de088116702f36c956f350a12a2aaf800de2 /mansearch.h
parentea2a06c892c15119eefec58c6db567d8e86d19d0 (diff)
downloadmandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.gz
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.zst
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.zip
remove unneccessary inclusion protection; patch from deraadt@
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/mansearch.h b/mansearch.h
index 4f92ef26..b625783e 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -1,4 +1,4 @@
-/* $Id: mansearch.h,v 1.21 2014/11/27 01:58:21 schwarze Exp $ */
+/* $Id: mansearch.h,v 1.22 2014/12/01 04:05:32 schwarze Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,8 +15,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef MANSEARCH_H
-#define MANSEARCH_H
#define MANDOC_DB "mandoc.db"
@@ -109,5 +107,3 @@ int mansearch(const struct mansearch *cfg, /* options */
void mansearch_free(struct manpage *, size_t);
__END_DECLS
-
-#endif /* MANSEARCH_H */