Commit d310c468 authored by Federico Vaga's avatar Federico Vaga

lib: export for C++

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e6aee6e6
......@@ -13,6 +13,11 @@
#ifndef __FMCTDC_LIB_H__
#define __FMCTDC_LIB_H__
#ifdef __cplusplus
#pragma GCC diagnostic ignored "-Wwrite-strings"
extern "C" {
#endif
#include <stdint.h>
/**
......@@ -189,4 +194,8 @@ extern const char * const libfmctdc_version_s;
*/
extern const char * const libfmctdc_zio_version_s;
#ifdef __cplusplus
}
#endif
#endif /* __FMCTDC_LIB_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment