summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 13:47:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 13:47:36 +0000
commit144a953361b31d61aa5ffd0785aad13f5469f3d6 (patch)
tree67406a99e3d01a2d8c36f7a241304074a4afc3c5 /private.h
parent7539dc2101f097466da8b895b680b64f5015d3ef (diff)
downloadmandoc-144a953361b31d61aa5ffd0785aad13f5469f3d6.tar.gz
mandoc-144a953361b31d61aa5ffd0785aad13f5469f3d6.tar.zst
mandoc-144a953361b31d61aa5ffd0785aad13f5469f3d6.zip
Added support for dynamic -width detection for -tag lists.
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 d334e157..c708bf4a 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.83 2009/02/26 16:08:11 kristaps Exp $ */
+/* $Id: private.h,v 1.84 2009/02/28 13:47:36 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -164,6 +164,7 @@ int xstrlcpy(char *, const char *, size_t);
int xstrcmp(const char *, const char *);
int xstrncmp(const char *, const char *, size_t);
void *xcalloc(size_t, size_t);
+void *xrealloc(void *, size_t);
char *xstrdup(const char *);
int macro_end(struct mdoc *);