src/include/h5core/h5_log.h: bugfix: declaration of 'h5_initialized()' declared insite 'extern C'

This commit is contained in:
2018-11-19 14:51:28 +01:00
parent ed85fb32b7
commit 627d6673e1
+5 -5
View File
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stddef.h>
extern const char* H5_VER_STRING;
#include "h5core/h5_types.h"
@@ -83,15 +84,14 @@ extern h5_int64_t __h5_log_level;
extern h5_int64_t __h5_debug_mask;
extern struct call_stack h5_call_stack;
// :FIXME: Should go to another header file
h5_err_t
h5_initialize (void);
#ifdef __cplusplus
extern "C" {
#endif
// :FIXME: Should go to another header file
h5_err_t
h5_initialize (void);
static inline void
h5_call_stack_push (
const char* fname,