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
03bdee6a
Commit
03bdee6a
authored
May 28, 2014
by
Uwe Schulzweida
Browse files
cdi.h: removed extern C
parent
da5fa937
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
03bdee6a
...
...
@@ -8,11 +8,11 @@
#define CDI_H_
#include
<sys/types.h>
/*
#if defined(__cplusplus)
extern "C" {
#endif
*/
#define CDI_MAX_NAME 256
/* max length of a name */
#define CDI_UNDEFID -1
...
...
@@ -1014,10 +1014,11 @@ void streamDefHistory(int streamID, int size, const char *history);
int
streamInqHistorySize
(
int
streamID
);
void
streamInqHistoryString
(
int
streamID
,
char
*
history
);
/*
#if defined (__cplusplus)
}
#endif
*/
#endif
/* CDI_H_ */
/*
* Local Variables:
...
...
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