=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mandoc/mdoc.h 2009/10/27 21:40:07 1.15 +++ src/usr.bin/mandoc/mdoc.h 2009/12/22 23:58:00 1.16 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.15 2009/10/27 21:40:07 schwarze Exp $ */ +/* $Id: mdoc.h,v 1.16 2009/12/22 23:58:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -292,7 +292,7 @@ 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 *);