diff options
Diffstat (limited to 'roff.h')
-rw-r--r-- | roff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ __BEGIN_DECLS struct roff; void roff_free(struct roff *); -struct roff *roff_alloc(struct regset *, void *, mandocmsg); +struct roff *roff_alloc(struct regset *, struct mparse *); void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *); |