X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe-internal.h;fp=include%2Flttng%2Fuserspace-probe-internal.h;h=5e960c106db1b853224d12c4da59f8c6f1695e18;hp=fe96a4ea3b2b926fac04b232d562f68c6b641e6f;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/userspace-probe-internal.h b/include/lttng/userspace-probe-internal.h index fe96a4ea3..5e960c106 100644 --- a/include/lttng/userspace-probe-internal.h +++ b/include/lttng/userspace-probe-internal.h @@ -14,10 +14,6 @@ #include #include -#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 */