summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 18:08:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 18:08:44 +0000
commitf6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2 (patch)
treea95d3bfca3019187b4e9c8f2fe8f2bf34b87d385 /private.h
parente4dec0e1c53e6a8d07ea4cba74a3aa831a90c034 (diff)
downloadmandoc-f6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2.tar.gz
More macros.
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/private.h b/private.h
index 4c9d629a..d59bb752 100644
--- a/private.h
+++ b/private.h
@@ -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);