summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:41:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:41:09 +0000
commitb657e31a9ec6631499c82ab01201bfb7db357ba3 (patch)
treeb4d902aaa9d17e0684c61f1912c194589fb05bc1 /libman.h
parent858ffa5feefe929dcf0dabf5d771106577f1d9e7 (diff)
downloadmandoc-b657e31a9ec6631499c82ab01201bfb7db357ba3.tar.gz
-man linked to mandoc in documentation.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libman.h b/libman.h
index e2a5261a..101ea093 100644
--- a/libman.h
+++ b/libman.h
@@ -47,6 +47,7 @@ int man_macro(struct man *, int,
int, int, int *, char *);
int man_hash_find(const void *, const char *);
void man_hash_free(void *);
+int man_macroend(struct man *);
__END_DECLS