summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 13:43:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 13:43:53 +0000
commit66fbe2667c8cf108e8878d8fb7091f0659bc477c (patch)
tree6f9f386fcf6f30b7d3cd1bd82d883c5a7fce2b92 /private.h
parent38b49bee113edcc4afc7b96453d5f3eb3ef7b965 (diff)
downloadmandoc-66fbe2667c8cf108e8878d8fb7091f0659bc477c.tar.gz
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index d59bb752..781de20e 100644
--- a/private.h
+++ b/private.h
@@ -95,6 +95,7 @@ int xstrcmp(const char *, const char *);
void *xcalloc(size_t, size_t);
char *xstrdup(const char *);
+int macro_constant_argv(MACRO_PROT_ARGS);
int macro_constant(MACRO_PROT_ARGS);
int macro_constant_delimited(MACRO_PROT_ARGS);
int macro_text(MACRO_PROT_ARGS);