aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc1e7dc6253e70fb184882bdb155d380f00698ce9 (patch)
treea61c03fc338e61b996f98d19a85482d805674c32 /libman.h
parentaee6df6eb688c812a34d9a363dda978f06095003 (diff)
downloadmandoc-c1e7dc6253e70fb184882bdb155d380f00698ce9.tar.gz
mandoc-c1e7dc6253e70fb184882bdb155d380f00698ce9.tar.zst
mandoc-c1e7dc6253e70fb184882bdb155d380f00698ce9.zip
Added man_action.c, renamed mdoc_action.c.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index 67e9994e..8328c3dc 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.4 2009/03/25 15:17:49 kristaps Exp $ */
+/* $Id: libman.h,v 1.5 2009/03/25 15:36:05 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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