X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/42509ec027333e856b04e0acd2f35922c44b31d2..1f8ebfcb6a16709ba0748e288a058a66786be68a:/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 *);