diff th_args.h @ 457:85fa3d333556

Actually, revert the boolean changes .. meh.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 23:09:29 +0200
parents 347bfd3e017e
children ea8c37f03e2c
line wrap: on
line diff
--- a/th_args.h	Tue Jan 02 22:57:47 2018 +0200
+++ b/th_args.h	Tue Jan 02 23:09:29 2018 +0200
@@ -43,10 +43,10 @@
 } th_optarg;
 
 
-bool th_args_process(int argc, char *argv[],
+BOOL th_args_process(int argc, char *argv[],
      const th_optarg *opts, const int nopts,
-     bool (*handle_option)(int id, char *, char *),
-     bool (*handle_other)(char *), const int flags);
+     BOOL (*handle_option)(int id, char *, char *),
+     BOOL (*handle_other)(char *), const int flags);
 
 void th_args_help(FILE *, const th_optarg *opts,
      const int nopts, const int flags);