From 8caff3a42d43b9b1377f3802a105817dcd4301dc Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 30 Oct 2009 05:58:36 +0000 Subject: libmdoc and libman now using non-recoverable allocations (simpler code). --- man.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index 0c59d5bc..efb8568c 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.22 2009/10/24 05:45:04 kristaps Exp $ */ +/* $Id: man.h,v 1.23 2009/10/30 05:58:37 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -105,7 +105,7 @@ struct man; void man_free(struct man *); struct man *man_alloc(void *, int, const struct man_cb *); -int man_reset(struct man *); +void man_reset(struct man *); int man_parseln(struct man *, int, char *buf); int man_endparse(struct man *); -- cgit v1.2.3