=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -r1.72 -r1.73 --- mandoc/mdoc.h 2009/10/26 04:09:45 1.72 +++ mandoc/mdoc.h 2009/10/30 05:58:38 1.73 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.72 2009/10/26 04:09:45 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.73 2009/10/30 05:58:38 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -292,7 +292,7 @@ struct mdoc; void mdoc_free(struct mdoc *); struct mdoc *mdoc_alloc(void *, int, const struct mdoc_cb *); -int mdoc_reset(struct mdoc *); +void mdoc_reset(struct mdoc *); int mdoc_parseln(struct mdoc *, int, char *buf); const struct mdoc_node *mdoc_node(const struct mdoc *); const struct mdoc_meta *mdoc_meta(const struct mdoc *);