X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flocation-internal.h;fp=include%2Flttng%2Flocation-internal.h;h=33498c90d5c0482b6663fdff5cb6ea68f547aa12;hp=9eafd471a2d5273cb4aa2273cfc304ce8f9f0b02;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/location-internal.h b/include/lttng/location-internal.h index 9eafd471a..33498c90d 100644 --- a/include/lttng/location-internal.h +++ b/include/lttng/location-internal.h @@ -15,10 +15,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * The public API assumes that trace archive locations are always * provided as "constant". This means that the user of liblttng-ctl never @@ -101,8 +97,4 @@ void lttng_trace_archive_location_get( void lttng_trace_archive_location_put( struct lttng_trace_archive_location *location); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_LOCATION_INTERNAL_H */