Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / action / rate-policy-internal.h
index 2f8267a31ad9b47ad23be80cf597f78d4f19045d..b24ed52385223c775f63705afe06b402e4090613 100644 (file)
@@ -14,9 +14,6 @@
 #include <lttng/lttng-error.h>
 #include <stdbool.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
 
 struct mi_writer;
 
@@ -42,8 +39,4 @@ enum lttng_error_code lttng_rate_policy_mi_serialize(
                const struct lttng_rate_policy *policy,
                struct mi_writer *writer);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_RATE_POLICY */
This page took 0.023605 seconds and 4 git commands to generate.