X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fclear.h;h=b656db9f4d3ce8d0ccd024ec1ff3e26e7e52fc52;hp=34ace3d9a17fa502e5e0604a553ae686f11ef378;hb=0c51e8f329cdd907761e34c3e4394200a56c6812;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a 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 */