summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 15:36:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 15:36:05 +0000
commit33f7ee51d3c8ff72c2d828a8d5be302ad73cbbe9 (patch)
tree40f221172d5f2db3277c3528338d7773d5bb6190 /libman.h
parent12bf2f26f8d476960eba07e14e64fd26661da3b3 (diff)
downloadmandoc-33f7ee51d3c8ff72c2d828a8d5be302ad73cbbe9.tar.gz
Added man_action.c, renamed mdoc_action.c.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libman.h b/libman.h
index 91effa0f..eb75c322 100644
--- a/libman.h
+++ b/libman.h
@@ -52,6 +52,8 @@ void man_hash_free(void *);
int man_macroend(struct man *);
int man_vwarn(struct man *, int, int, const char *, ...);
int man_verr(struct man *, int, int, const char *, ...);
+int man_valid_post(struct man *);
+int man_action_post(struct man *);
__END_DECLS