Skip to content
Snippets Groups Projects
Commit a759b424 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdiLibraryVersion(): remove extern C from declaration

parent e11703cd
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,15 @@
#else
# error "VERSION undefined"
#endif
/*
#if defined(__cplusplus)
extern "C" {
#endif
char *cdiLibraryVersion(void);
#if defined(__cplusplus)
}
#endif
*/
char *cdiLibraryVersion(void)
{
return (cdi_libvers);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment