changeset 238:578730eebe07

Sync th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Apr 2011 15:06:40 +0300
parents 52a2f06fd41c
children e85d453e82eb
files th_util.h
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 *, ...);