Private
Public Access
2
0

mraa_internal: add extern "C" to internal headers

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Brendan Le Foll
2014-07-10 22:08:05 +01:00
committed by Thomas Ingleby
parent 5845350283
commit b5b7dec441
5 changed files with 39 additions and 5 deletions

View File

@@ -24,5 +24,13 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
const char* gVERSION;
const char* gVERSION_SHORT;
#ifdef __cplusplus
}
#endif