summaryrefslogtreecommitdiffstatshomepage
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
commit912ff17e77747d304a73421c6cc11d3592c3b6bc (patch)
treedc308caf51b4ed76a476eded28e108d8870b5275 /private.h
parentcb77fc9bd0b87a9957756097e114360260e91b5d (diff)
downloadmandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.tar.gz
mandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.tar.zst
mandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.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 b57db904..d10edb83 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.48 2008/12/29 18:08:44 kristaps Exp $ */
+/* $Id: private.h,v 1.49 2008/12/30 13:43:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);