diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-03 22:10:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-03 22:10:22 +0000 |
commit | f9109bd8be1141bd5c70074405bf1acd177a4d4c (patch) | |
tree | 709156cd2ea5f1e7a3c6ccfeeffb9701d84acf49 /private.h | |
parent | 03bc94ff6e0dd8d8bb6126f4fbebcff8c00a7e6a (diff) | |
download | mandoc-f9109bd8be1141bd5c70074405bf1acd177a4d4c.tar.gz |
Huge changes.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -62,8 +62,7 @@ int mdoc_macro(struct mdoc *, int, int, int *, char *); int mdoc_find(const struct mdoc *, const char *); void mdoc_word_alloc(struct mdoc *, int, const char *); void mdoc_elem_alloc(struct mdoc *, int, int, - size_t, const struct mdoc_arg *, - size_t, const char **); + size_t, const struct mdoc_arg *); void mdoc_block_alloc(struct mdoc *, int, int, size_t, const struct mdoc_arg *); void mdoc_head_alloc(struct mdoc *, int, int); @@ -83,10 +82,9 @@ enum mdoc_arch mdoc_atoarch(const char *); enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); -int mdoc_valid_post(struct mdoc *, int, int); int mdoc_valid_pre(struct mdoc *, int, int, - int, const char *[], int, const struct mdoc_arg *); +int mdoc_valid_post(struct mdoc *, int, int); int mdoc_argv(struct mdoc *, int, struct mdoc_arg *, int *, char *); |