Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / domain-internal.h
index 13d4a6bc13dcdd862af04295bc7da406b338a27a..c34ba19306a9863b7888540faefe11d19e1ecc40 100644 (file)
 #include "lttng/domain.h"
 #include "common/macros.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 const char *lttng_domain_type_str(enum lttng_domain_type domain_type);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_DOMAIN_INTERNAL_H */
This page took 0.023692 seconds and 4 git commands to generate.