comparison 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
comparison
equal deleted inserted replaced
468:bbe3c9175d77 469:fe5b803ae449
107 }; 107 };
108 108
109 109
110 /* Global variables 110 /* Global variables
111 */ 111 */
112 extern int th_verbosityLevel; 112 extern int th_verbosity;
113 extern char *th_prog_name, 113 extern char *th_prog_name,
114 *th_prog_desc, 114 *th_prog_desc,
115 *th_prog_version, 115 *th_prog_version,
116 *th_prog_author, 116 *th_prog_author,
117 *th_prog_license; 117 *th_prog_license;