summaryrefslogtreecommitdiffstatshomepage
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
commitc5c2d788a24f2391b78ebb06a2ce8f1d2469f217 (patch)
treeb7197ff6efa63abe319ccd1ea270a466d9abcaf7 /private.h
parentab72eac616b1c3c60508e746d6658673934ec9da (diff)
downloadmandoc-c5c2d788a24f2391b78ebb06a2ce8f1d2469f217.tar.gz
mandoc-c5c2d788a24f2391b78ebb06a2ce8f1d2469f217.tar.zst
mandoc-c5c2d788a24f2391b78ebb06a2ce8f1d2469f217.zip
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index 18883e0b..aaf73349 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.46 2008/12/28 21:25:09 kristaps Exp $ */
+/* $Id: private.h,v 1.47 2008/12/29 12:19:41 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);