diff th_util.h @ 240:e85d453e82eb

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Apr 2011 15:46:42 +0300
parents 578730eebe07
children 1807059fb8f2
line wrap: on
line diff
--- a/th_util.h	Wed Apr 20 15:44:34 2011 +0300
+++ b/th_util.h	Wed Apr 20 15:46:42 2011 +0300
@@ -38,7 +38,7 @@
 #define TH_PROG_AUTHOR      NULL
 #define TH_PROG_LICENSE     NULL
 #else
-#define TH_PROG_AUTHOR      "By Matti 'ccr' Hämäläinen (C) Copyright 2010 TNSP"
+#define TH_PROG_AUTHOR      "By Matti 'ccr' Hämäläinen (C) Copyright 2011 TNSP"
 #define TH_PROG_LICENSE     "This software is licensed under GNU GPL version 2"
 #endif
 
@@ -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 *, ...);