diff th_args.h @ 590:041c8d3030e0

Add new argument to th_args_help() to specify the desired print width.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:25:23 +0200
parents ef71ef9b5862
children c1eed41a0215
line wrap: on
line diff
--- a/th_args.h	Sun Jan 12 20:17:39 2020 +0200
+++ b/th_args.h	Sun Jan 12 20:25:23 2020 +0200
@@ -52,7 +52,7 @@
          BOOL (*handle_other)(char *), const int flags);
 
 void     th_args_help(FILE *fh, const th_optarg *opts,
-         const int nopts, const int flags);
+         const int nopts, const int flags, const int width);
 
 void     th_print_wrap(FILE *fh, const int spad,
          const int rpad, const int width, const char *str);