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

Add extern C around declaration of grib1Sections().

parent d37bfb1a
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,14 @@ void cgribexDelete(void *cgribex)
}
#ifdef __cplusplus
extern "C" {
#endif
int grib1Sections(unsigned char *gribbuffer, long gribbufsize, unsigned char **pdsp,
unsigned char **gdsp, unsigned char **bmsp, unsigned char **bdsp, long *gribrecsize);
#ifdef __cplusplus
}
#endif
static
size_t cgribexSection2Length(void *gribbuffer, size_t gribbuffersize)
......
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