Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
src
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
627d6673
Commit
627d6673
authored
Nov 19, 2018
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/include/h5core/h5_log.h: bugfix: declaration of 'h5_initialized()' declared insite 'extern C'
parent
ed85fb32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
h5_log.h
src/include/h5core/h5_log.h
+5
-5
No files found.
src/include/h5core/h5_log.h
View file @
627d6673
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment