Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / kernel-probe-internal.h
index 87d0ab9aad0cd70be0bb8b2b756367cbd5a48284..2d2ab86844472a836aa474adaa3650857be9d2c7 100644 (file)
 #include <stdint.h>
 #include <sys/types.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_payload;
 struct lttng_payload_view;
 struct lttng_dynamic_buffer;
@@ -112,8 +108,4 @@ enum lttng_error_code lttng_kernel_probe_location_mi_serialize(
                const struct lttng_kernel_probe_location *location,
                struct mi_writer *writer);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_KERNEL_PROBE_INTERNAL_H */
This page took 0.02269 seconds and 4 git commands to generate.