diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 18:08:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 18:08:44 +0000 |
commit | f6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2 (patch) | |
tree | a95d3bfca3019187b4e9c8f2fe8f2bf34b87d385 /private.h | |
parent | e4dec0e1c53e6a8d07ea4cba74a3aa831a90c034 (diff) | |
download | mandoc-f6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2.tar.gz |
More macros.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,7 @@ enum mdoc_sec mdoc_atosec(size_t, const char **); enum mdoc_msec mdoc_atomsec(const char *); enum mdoc_vol mdoc_atovol(const char *); enum mdoc_arch mdoc_atoarch(const char *); +enum mdoc_att mdoc_atoatt(const char *); time_t mdoc_atotime(const char *); int mdoc_argv(struct mdoc *, int, @@ -94,6 +95,7 @@ int xstrcmp(const char *, const char *); void *xcalloc(size_t, size_t); char *xstrdup(const char *); +int macro_constant(MACRO_PROT_ARGS); int macro_constant_delimited(MACRO_PROT_ARGS); int macro_text(MACRO_PROT_ARGS); int macro_scoped_implicit(MACRO_PROT_ARGS); |