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