# HG changeset patch # User Matti Hamalainen # Date 1303301200 -10800 # Node ID 578730eebe076a72d6ecdb1bf922a9cbbc25c72f # Parent 52a2f06fd41c3efceed581f68be62aefd5d82658 Sync th-libs. diff -r 52a2f06fd41c -r 578730eebe07 th_util.h --- a/th_util.h Tue Apr 19 12:00:50 2011 +0300 +++ b/th_util.h Wed Apr 20 15:06:40 2011 +0300 @@ -54,17 +54,17 @@ /* Global variables */ -extern int th_verbosityLevel; -extern char *th_prog_name, - *th_prog_fullname, - *th_prog_version, - *th_prog_author, - *th_prog_license; +extern int th_verbosityLevel; +extern char *th_prog_name, + *th_prog_fullname, + *th_prog_version, + *th_prog_author, + *th_prog_license; /* Functions */ void th_init(char *progName, char *progFullName, char *progVersion, - char *progAuthor, char *progLicense); + char *progAuthor, char *progLicense); void THERR(const char *, ...); void THMSG(int, const char *, ...); void THPRINT(int, const char *, ...);