Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / userspace-probe-internal.h
index fe96a4ea3b2b926fac04b232d562f68c6b641e6f..5e960c106db1b853224d12c4da59f8c6f1695e18 100644 (file)
 #include <common/fd-handle.h>
 #include <stdbool.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_payload;
 struct lttng_payload_view;
 struct lttng_dynamic_buffer;
@@ -163,8 +159,4 @@ enum lttng_error_code lttng_userspace_probe_location_mi_serialize(
                const struct lttng_userspace_probe_location *location,
                struct mi_writer *writer);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_USERSPACE_PROBE_INTERNAL_H */
This page took 0.02279 seconds and 4 git commands to generate.