src/include/h5core/h5_err.h:

- declaration of h5_error() moved to this file
This commit is contained in:
2016-06-22 16:10:20 +02:00
parent b83d9cc8a7
commit a12908ed90
+11
View File
@@ -92,6 +92,17 @@ h5_abort_errorhandler (
va_list ap
);
h5_err_t
h5_error (
const h5_err_t error_no,
const char *fmt,
...
)
#ifdef __GNUC__
__attribute__ ((format (printf, 2, 3)))
#endif
;
#ifdef __cplusplus
}
#endif