X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fuserspace-probe-internal.h;h=5e960c106db1b853224d12c4da59f8c6f1695e18;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=fe96a4ea3b2b926fac04b232d562f68c6b641e6f;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git 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 */