diff options
Diffstat (limited to 'man.h')
-rw-r--r-- | man.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ __BEGIN_DECLS struct man; void man_free(struct man *); -struct man *man_alloc(const struct regset *, void *, int, mandocmsg); +struct man *man_alloc(struct regset *, void *, int, mandocmsg); void man_reset(struct man *); int man_parseln(struct man *, int, char *, int); int man_endparse(struct man *); |