=================================================================== RCS file: /cvs/mandoc/libmandoc.h,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- mandoc/libmandoc.h 2014/01/06 21:34:31 1.39 +++ mandoc/libmandoc.h 2014/03/19 21:51:20 1.40 @@ -1,7 +1,7 @@ -/* $Id: libmandoc.h,v 1.39 2014/01/06 21:34:31 schwarze Exp $ */ +/* $Id: libmandoc.h,v 1.40 2014/03/19 21:51:20 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons - * Copyright (c) 2013 Ingo Schwarze + * 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 @@ -66,7 +66,7 @@ int man_addspan(struct man *, const struct tbl_span int man_addeqn(struct man *, const struct eqn *); void roff_free(struct roff *); -struct roff *roff_alloc(enum mparset, struct mparse *, int); +struct roff *roff_alloc(struct mparse *, int); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *);