Skip to content
Snippets Groups Projects
Commit 34afc9e7 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix for change of C++ calling for cdiDefTableID in r4045.

parent 3b22167a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,13 @@ static const uint32_t HOST_ENDIANNESS_temp[1] = { UINT32_C(0x00030201) };
#include "printinfo.h"
#ifdef __cplusplus
extern "C" {
#endif
void cdiDefTableID(int tableID);
#if defined (__cplusplus)
}
#endif
int getopt(int argc, char *const argv[], const char *optstring);
......
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