summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 14:14:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-05 14:14:04 +0000
commitaf139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5 (patch)
tree97da58f821943e851232aa5f4c920f8683c372d8 /private.h
parent81c41aec170d9b3e26c9c4de49a1b1e19dfce72d (diff)
downloadmandoc-af139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5.tar.gz
Actions and validations properly added.
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index ef9ef0d1..1ac880f8 100644
--- a/private.h
+++ b/private.h
@@ -85,6 +85,7 @@ time_t mdoc_atotime(const char *);
int mdoc_valid_pre(struct mdoc *, int, int,
int, const struct mdoc_arg *);
int mdoc_valid_post(struct mdoc *, int, int);
+int mdoc_action(struct mdoc *, int, int);
int mdoc_argv(struct mdoc *, int,
struct mdoc_arg *, int *, char *);