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
2afc231d
Commit
2afc231d
authored
Oct 02, 2015
by
Thomas Jahns
🤸
Browse files
Fix declaration to make void parameter explicit.
parent
cd93e7d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
2afc231d
...
...
@@ -269,7 +269,7 @@ void cdiDefMissval(double missval);
double
cdiInqMissval
(
void
);
void
cdiDefGlobal
(
const
char
*
string
,
int
val
);
int
namespaceNew
();
int
namespaceNew
(
void
);
void
namespaceSetActive
(
int
namespaceID
);
void
namespaceDelete
(
int
namespaceID
);
...
...
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