Code

Updated changelog to mention the merged NMU.
[pkg-rrdtool.git] / src / rrd_is_thread_safe.h
index 0c05c70b3275a2570ab974854240f9aaf710fa55..bdb17616f7b7980e11ec9f972117e9cdc579a442 100644 (file)
@@ -1,19 +1,19 @@
 /*****************************************************************************
- * RRDtool 1.2.28  Copyright by Tobi Oetiker, 1997-2008
+ * RRDtool 1.4.7  Copyright by Tobi Oetiker, 1997-2012
  * This file:     Copyright 2003 Peter Stamfest <peter@stamfest.at> 
  *                             & Tobias Oetiker
  * Distributed under the GPL
  *****************************************************************************
  * rrd_is_thread_safe.c   Poisons some nasty function calls using GNU cpp
  *****************************************************************************
- * $Id: rrd_is_thread_safe.h 1450 2008-07-23 13:45:41Z oetiker $
+ * $Id: rrd_is_thread_safe.h 2267 2012-01-24 10:08:48Z oetiker $
  *************************************************************************** */
 
 #ifndef _RRD_IS_THREAD_SAFE_H
 #define _RRD_IS_THREAD_SAFE_H
 
 #ifdef  __cplusplus
-extern "C" {
+extern    "C" {
 #endif
 
 #undef strerror
@@ -25,5 +25,4 @@ extern "C" {
 #ifdef  __cplusplus
 }
 #endif
-
 #endif /*_RRD_IS_THREAD_SAFE_H */