=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libmandoc.h,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/mandoc/libmandoc.h 2014/01/06 21:33:00 1.25 --- src/usr.bin/mandoc/libmandoc.h 2014/03/19 21:50:59 1.26 *************** *** 1,7 **** ! /* $Id: libmandoc.h,v 1.25 2014/01/06 21:33:00 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons ! * Copyright (c) 2013 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,7 ---- ! /* $Id: libmandoc.h,v 1.26 2014/03/19 21:50:59 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons ! * Copyright (c) 2013, 2014 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 63,69 **** int man_addeqn(struct man *, const struct eqn *); void roff_free(struct roff *); ! struct roff *roff_alloc(enum mparset, struct mparse *, int); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *); --- 63,69 ---- int man_addeqn(struct man *, const struct eqn *); void roff_free(struct roff *); ! struct roff *roff_alloc(struct mparse *, int); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *);