diff th_string.h @ 584:390c66af09cf

Move th_print_wrap() and th_print_pad() to th_args from th_string.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 14:27:09 +0200
parents 70d44ba005ac
children 31720ede4b50
line wrap: on
line diff
--- a/th_string.h	Sun Jan 12 13:00:58 2020 +0200
+++ b/th_string.h	Sun Jan 12 14:27:09 2020 +0200
@@ -183,8 +183,6 @@
 BOOL    th_get_boolean(const char *str, BOOL *value);
 BOOL    th_get_int(const char *str, unsigned int *value, BOOL *neg);
 
-void    th_print_wrap(FILE *fh, const char *str, int spad, int rpad, int width);
-
 
 #ifdef __cplusplus
 }