Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
3a46fd92
Commit
3a46fd92
authored
Mar 10, 2017
by
Uwe Schulzweida
Browse files
Declare streamGrbChangeParameterIdentification() as extern C.
parent
e5c1656e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Selmulti.c
View file @
3a46fd92
...
...
@@ -22,7 +22,13 @@
// NOTE: All operators in this module works only on GRIB edition 1 files!
#ifdef __cplusplus
extern
"C"
{
#endif
void
streamGrbChangeParameterIdentification
(
int
code
,
int
ltype
,
int
lev
);
#if defined (__cplusplus)
}
#endif
/*
Supported notations:
...
...
Write
Preview
Supports
Markdown
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