diff th_args.h @ 588:ef71ef9b5862

Change th_print_wrap() API and move the string argument last.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 19:30:05 +0200
parents 98812eb78d8e
children 041c8d3030e0
line wrap: on
line diff
--- a/th_args.h	Sun Jan 12 18:03:47 2020 +0200
+++ b/th_args.h	Sun Jan 12 19:30:05 2020 +0200
@@ -54,8 +54,8 @@
 void     th_args_help(FILE *fh, const th_optarg *opts,
          const int nopts, const int flags);
 
-void     th_print_wrap(FILE *fh, const char *str,
-         const int spad, const int rpad, const int width);
+void     th_print_wrap(FILE *fh, const int spad,
+         const int rpad, const int width, const char *str);
 
 #ifdef __cplusplus
 }