X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fclear.h;h=b656db9f4d3ce8d0ccd024ec1ff3e26e7e52fc52;hb=dd865611ec38576b43e9419b8d01500aa297ef39;hp=34ace3d9a17fa502e5e0604a553ae686f11ef378;hpb=c0e6dd7e5ad1d6027149d97bf099cad5f89a4c3c;p=lttng-tools.git diff --git a/include/lttng/clear.h b/include/lttng/clear.h index 34ace3d9a..b656db9f4 100644 --- a/include/lttng/clear.h +++ b/include/lttng/clear.h @@ -56,5 +56,8 @@ struct lttng_clear_handle; */ extern enum lttng_error_code lttng_clear_session(const char *session_name, struct lttng_clear_handle **handle); +#ifdef __cplusplus +} +#endif #endif /* LTTNG_CLEAR_H */