Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
eeb220d9
Commit
eeb220d9
authored
Oct 02, 2015
by
Thomas Jahns
🤸
Browse files
Fix missing prototypes.
parent
32711eaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
eeb220d9
...
...
@@ -644,7 +644,7 @@ void vlistDefVarEnsemble(int vlistID, int varID, int ensID, int ensCount, int
int
vlistInqVarEnsemble
(
int
vlistID
,
int
varID
,
int
*
ensID
,
int
*
ensCount
,
int
*
forecast_type
);
/* cdiClearAdditionalKeys: Clear the list of additional GRIB keys. */
void
cdiClearAdditionalKeys
();
void
cdiClearAdditionalKeys
(
void
);
/* cdiDefAdditionalKey: Register an additional GRIB key which is read when file is opened. */
void
cdiDefAdditionalKey
(
const
char
*
string
);
...
...
src/vlist.h
View file @
eeb220d9
...
...
@@ -145,6 +145,7 @@ const char *vlistInqVarStdnamePtr(int vlistID, int varID);
const
char
*
vlistInqVarUnitsPtr
(
int
vlistID
,
int
varID
);
void
vlistDestroyVarName
(
int
vlistID
,
int
varID
);
void
vlistDestroyVarLongname
(
int
vlistID
,
int
varID
);
void
vlistDestroyVarStdname
(
int
vlistID
,
int
varID
);
void
vlistDestroyVarUnits
(
int
vlistID
,
int
varID
);
void
vlistDefVarTsteptype
(
int
vlistID
,
int
varID
,
int
tsteptype
);
int
vlistInqVarMissvalUsed
(
int
vlistID
,
int
varID
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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