diff options
Diffstat (limited to 'libmandoc.h')
-rw-r--r-- | libmandoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmandoc.h b/libmandoc.h index c3dd3efc..a96829f7 100644 --- a/libmandoc.h +++ b/libmandoc.h @@ -68,8 +68,8 @@ void roff_reset(struct roff *); enum rofferr roff_parseln(struct roff *, int, char **, size_t *, int, int *); void roff_endparse(struct roff *); -void roff_setreg(struct roff *, const char *, unsigned int); -unsigned int roff_getreg(const struct roff *, const char *); +void roff_setreg(struct roff *, const char *, int); +int roff_getreg(const struct roff *, const char *); char *roff_strdup(const struct roff *, const char *); int roff_getcontrol(const struct roff *, const char *, int *); |