X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/20e876dc7ef79ecbcf34414dbc1356004ada7c35..9218837d42d6c576873031ee11dae96fb83325ef:/private.h 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 * @@ -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 *);