-/* $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>
*
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 *);