diff src/dmargs.h @ 2401:263093248f26

Change dmPrintWrap() API and move the string argument last.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 19:32:29 +0200
parents 01c6a5261962
children b7cd5dd0b82e
line wrap: on
line diff
--- a/src/dmargs.h	Sun Jan 12 19:25:52 2020 +0200
+++ b/src/dmargs.h	Sun Jan 12 19:32:29 2020 +0200
@@ -53,8 +53,8 @@
 void     dmArgsPrintHelp(FILE *fh, const DMOptArg *opts,
          const int nopts, const int flags);
 
-void     dmPrintWrap(FILE *fh, const char *str,
-         const int spad, const int rpad, const int width);
+void     dmPrintWrap(FILE *fh, const int spad, const int rpad,
+         const int width, const char *str);
 
 #ifdef __cplusplus
 }