summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 12:19:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 12:19:41 +0000
commite4dec0e1c53e6a8d07ea4cba74a3aa831a90c034 (patch)
tree383145c7d4c7f8646379c444d00fd9f42f359d88 /private.h
parent308c02a7b450dc85799bda674cb5adb9f001084f (diff)
downloadmandoc-e4dec0e1c53e6a8d07ea4cba74a3aa831a90c034.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 2c979f2f..4c9d629a 100644
--- a/private.h
+++ b/private.h
@@ -94,6 +94,7 @@ int xstrcmp(const char *, const char *);
void *xcalloc(size_t, size_t);
char *xstrdup(const char *);
+int macro_constant_delimited(MACRO_PROT_ARGS);
int macro_text(MACRO_PROT_ARGS);
int macro_scoped_implicit(MACRO_PROT_ARGS);
int macro_scoped_explicit(MACRO_PROT_ARGS);