=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- mandoc/Attic/libroff.h 2014/10/16 01:11:20 1.30 +++ mandoc/Attic/libroff.h 2014/10/25 14:35:37 1.31 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.30 2014/10/16 01:11:20 schwarze Exp $ */ +/* $Id: libroff.h,v 1.31 2014/10/25 14:35:37 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -77,7 +77,7 @@ int tbl_data(struct tbl_node *, int, const char *); int tbl_cdata(struct tbl_node *, int, const char *); const struct tbl_span *tbl_span(struct tbl_node *); void tbl_end(struct tbl_node **); -struct eqn_node *eqn_alloc(const char *, int, int, struct mparse *); +struct eqn_node *eqn_alloc(int, int, struct mparse *); enum rofferr eqn_end(struct eqn_node **); void eqn_free(struct eqn_node *); enum rofferr eqn_read(struct eqn_node **, int,