X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fkernel-probe-internal.h;h=2d2ab86844472a836aa474adaa3650857be9d2c7;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hp=87d0ab9aad0cd70be0bb8b2b756367cbd5a48284;hpb=729c1fec5976af17fded2f026725a08ef1924290;p=lttng-tools.git diff --git a/include/lttng/kernel-probe-internal.h b/include/lttng/kernel-probe-internal.h index 87d0ab9aa..2d2ab8684 100644 --- a/include/lttng/kernel-probe-internal.h +++ b/include/lttng/kernel-probe-internal.h @@ -17,10 +17,6 @@ #include #include -#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 */