Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / condition / buffer-usage-internal.h
index 6ea19e065f7e3fec613e60f4ce7f38fd1ebfdedb..1e6d5a509c40b8c518dc90e634c0cc76322dd0bc 100644 (file)
 #include "common/buffer-view.h"
 #include <common/macros.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_condition_buffer_usage {
        struct lttng_condition parent;
        struct {
@@ -81,8 +77,4 @@ ssize_t lttng_evaluation_buffer_usage_high_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_evaluation **evaluation);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_CONDITION_BUFFER_USAGE_INTERNAL_H */
This page took 0.022766 seconds and 4 git commands to generate.