diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-05 14:14:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-05 14:14:04 +0000 |
commit | af139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5 (patch) | |
tree | 97da58f821943e851232aa5f4c920f8683c372d8 /private.h | |
parent | 81c41aec170d9b3e26c9c4de49a1b1e19dfce72d (diff) | |
download | mandoc-af139bb8a38b36a5e3c8b1ce4b6455e65fcbb2e5.tar.gz |
Actions and validations properly added.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |