From a691b01d3c341059f53c726943f9381943abe885 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 27 Jan 2017 13:47:10 +0000 Subject: warn about invalid output options and error out if they occur on the command line; missing feature found in the TODO file --- manconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manconf.h') diff --git a/manconf.h b/manconf.h index 782269e7..80578f6a 100644 --- a/manconf.h +++ b/manconf.h @@ -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 *); -- cgit v1.2.3-56-ge451