From 02bb89dafd82d8ba85c988de0aaca1b82c486f37 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 28 Oct 2009 19:21:59 +0000 Subject: Slow movement of internal allocations to fail completely. --- libmandoc.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libmandoc.h') diff --git a/libmandoc.h b/libmandoc.h index 1c78db26..017e4ed6 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -1,4 +1,4 @@ -/* $Id: libmandoc.h,v 1.1 2009/07/04 09:01:55 kristaps Exp $ */ +/* $Id: libmandoc.h,v 1.2 2009/10/28 19:21:59 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -20,6 +20,11 @@ __BEGIN_DECLS int mandoc_special(const char *); +void *mandoc_calloc(size_t, size_t); +char *mandoc_strdup(const char *); +void *mandoc_malloc(size_t); +void *mandoc_realloc(void *, size_t); +void *mandoc_reallocf(void *, size_t); __END_DECLS -- cgit v1.2.3-56-ge451