src/h5/errorhandling.h

- maro "H5_warn" added
- declaration of "H5_set_funcname()" fixed
This commit is contained in:
2008-02-14 15:31:53 +00:00
parent bf9993808a
commit 9c48120cd9
+3 -1
View File
@@ -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 *