Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / event-internal.h
index 7370d0510730eb77d4f039bd62c828c911c5c47c..8d03fbdec5680c10fd861b02dfe92bac8e5fd379 100644 (file)
 #include <common/macros.h>
 #include <lttng/event.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_userspace_probe_location;
 
 struct lttng_event_extended {
@@ -39,8 +35,4 @@ struct lttng_event_extended {
 
 struct lttng_event *lttng_event_copy(const struct lttng_event *event);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_EVENT_INTERNAL_H */
This page took 0.022667 seconds and 4 git commands to generate.