=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libmandoc.h,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/mandoc/libmandoc.h 2013/12/30 00:52:18 1.23 --- src/usr.bin/mandoc/libmandoc.h 2014/01/05 20:26:27 1.24 *************** *** 1,4 **** ! /* $Id: libmandoc.h,v 1.23 2013/12/30 00:52:18 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2013 Ingo Schwarze --- 1,4 ---- ! /* $Id: libmandoc.h,v 1.24 2014/01/05 20:26:27 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2013 Ingo Schwarze *************** *** 47,53 **** const char *mandoc_a2msec(const char*); void mdoc_free(struct mdoc *); ! struct mdoc *mdoc_alloc(struct roff *, struct mparse *, char *); void mdoc_reset(struct mdoc *); int mdoc_parseln(struct mdoc *, int, char *, int); int mdoc_endparse(struct mdoc *); --- 47,53 ---- const char *mandoc_a2msec(const char*); void mdoc_free(struct mdoc *); ! struct mdoc *mdoc_alloc(struct roff *, struct mparse *, char *, int); void mdoc_reset(struct mdoc *); int mdoc_parseln(struct mdoc *, int, char *, int); int mdoc_endparse(struct mdoc *); *************** *** 55,61 **** int mdoc_addeqn(struct mdoc *, const struct eqn *); void man_free(struct man *); ! struct man *man_alloc(struct roff *, struct mparse *); void man_reset(struct man *); int man_parseln(struct man *, int, char *, int); int man_endparse(struct man *); --- 55,61 ---- int mdoc_addeqn(struct mdoc *, const struct eqn *); void man_free(struct man *); ! struct man *man_alloc(struct roff *, struct mparse *, int); void man_reset(struct man *); int man_parseln(struct man *, int, char *, int); int man_endparse(struct man *);