diff src/dmargs.h @ 2402:b7cd5dd0b82e

Merge one more change from th-libs args processing.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:50:45 +0200
parents 263093248f26
children c6ee41fd98dd
line wrap: on
line diff
--- a/src/dmargs.h	Sun Jan 12 19:32:29 2020 +0200
+++ b/src/dmargs.h	Sun Jan 12 20:50:45 2020 +0200
@@ -51,10 +51,10 @@
          BOOL (*handle_other)(char *), const int flags);
 
 void     dmArgsPrintHelp(FILE *fh, const DMOptArg *opts,
-         const int nopts, const int flags);
+         const int nopts, const int flags, const int width);
 
-void     dmPrintWrap(FILE *fh, const int spad, const int rpad,
-         const int width, const char *str);
+void     dmPrintWrap(FILE *fh, const int spad,
+         const int rpad, const int width, const char *str);
 
 #ifdef __cplusplus
 }