From 9c48120cd958822258a9d1fae0f899d823b0b84c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 14 Feb 2008 15:31:53 +0000 Subject: [PATCH] src/h5/errorhandling.h - maro "H5_warn" added - declaration of "H5_set_funcname()" fixed --- src/h5/errorhandling.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/h5/errorhandling.h b/src/h5/errorhandling.h index 241fe6d..b48e18e 100644 --- a/src/h5/errorhandling.h +++ b/src/h5/errorhandling.h @@ -1,6 +1,8 @@ #ifndef __ERRORHANDLING_H #define __ERRORHANDLING_H +#define H5_warn H5_print_warn + h5part_int64_t H5_set_debuglevel ( h5part_int64_t level @@ -107,7 +109,7 @@ __attribute__ ((format (printf, 1, 2))) void H5_set_funcname ( - char * const fname + const char * const fname ); const char *