diff th_args.h @ 49:598609fb49b0

Change how "config.h" is included, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2011 15:40:54 +0300
parents 5f73c8cd333a
children 34d58b0f2d52
line wrap: on
line diff
--- a/th_args.h	Mon Oct 03 15:39:42 2011 +0300
+++ b/th_args.h	Mon Oct 03 15:40:54 2011 +0300
@@ -5,17 +5,16 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
-#ifndef _TH_ARGS
-#define _TH_ARGS
+#ifndef TH_ARGS
+#define TH_ARGS
+
+#include "th_util.h"
+#include <stdio.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <stdio.h>
-#include "th_util.h"
-
-
 /* Option flags
  */
 #define OPT_NONE       (0)    /* Simple option with no arguments */
@@ -44,4 +43,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* _TH_ARGS */
+#endif /* TH_ARGS */