diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-30 18:15:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-30 18:15:26 +0000 |
commit | c81a972eaeca9fe0e1dab0f88895af7623d58288 (patch) | |
tree | 1dda157f35042c8267b9bf3852267e8cf8158eb3 /private.h | |
parent | 66fbe2667c8cf108e8878d8fb7091f0659bc477c (diff) | |
download | mandoc-c81a972eaeca9fe0e1dab0f88895af7623d58288.tar.gz |
Validation fully works.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,10 @@ enum mdoc_arch mdoc_atoarch(const char *); enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); +int mdoc_valid(struct mdoc *, int, int, + int, const char *[], + int, const struct mdoc_arg *); + int mdoc_argv(struct mdoc *, int, struct mdoc_arg *, int *, char *); void mdoc_argv_free(int, struct mdoc_arg *); |