diff options
Diffstat (limited to 'manconf.h')
-rw-r--r-- | manconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,5 +44,5 @@ struct manconf { void manconf_parse(struct manconf *, const char *, char *, char *); -void manconf_output(struct manoutput *, const char *); +int manconf_output(struct manoutput *, const char *, int); void manconf_free(struct manconf *); |