diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 12:19:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-29 12:19:41 +0000 |
commit | e4dec0e1c53e6a8d07ea4cba74a3aa831a90c034 (patch) | |
tree | 383145c7d4c7f8646379c444d00fd9f42f359d88 /private.h | |
parent | 308c02a7b450dc85799bda674cb5adb9f001084f (diff) | |
download | mandoc-e4dec0e1c53e6a8d07ea4cba74a3aa831a90c034.tar.gz |
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |