Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 627d6673 authored by gsell's avatar gsell
Browse files

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

parent ed85fb32
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment