]> git.cameronkatri.com Git - mandoc.git/blobdiff - private.h
White-space churn.
[mandoc.git] / private.h
index f78c89222f1c416294e4c595cf3dffd1e49b4c23..c708bf4a587c649f5e3261111afe7806af6be689 100644 (file)
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.82 2009/02/24 14:52:55 kristaps Exp $ */
+/* $Id: private.h,v 1.84 2009/02/28 13:47:36 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -131,6 +131,7 @@ enum        mdoc_msec mdoc_atomsec(const char *);
 enum   mdoc_vol  mdoc_atovol(const char *);
 enum   mdoc_arch mdoc_atoarch(const char *);
 time_t           mdoc_atotime(const char *);
+size_t           mdoc_macro2len(int);
 
 char            *mdoc_type2a(enum mdoc_type);
 char            *mdoc_node2a(struct mdoc_node *);
@@ -163,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 *);