diff th_util.h @ 469:fe5b803ae449

Rename the global variable th_verbosityLevel to th_verbosity.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 02:41:27 +0300
parents bbe3c9175d77
children e4ce60239d16
line wrap: on
line diff
--- a/th_util.h	Mon Jun 04 02:39:54 2018 +0300
+++ b/th_util.h	Mon Jun 04 02:41:27 2018 +0300
@@ -109,7 +109,7 @@
 
 /* Global variables
  */
-extern int  th_verbosityLevel;
+extern int  th_verbosity;
 extern char *th_prog_name,
             *th_prog_desc,
             *th_prog_version,