Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / action / rate-policy-internal.h
index 708892cba86b11134cd97f07dcc7167208d690df..b24ed52385223c775f63705afe06b402e4090613 100644 (file)
 #include <stdbool.h>
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct mi_writer;
 
 int lttng_rate_policy_serialize(struct lttng_rate_policy *rate_policy,
@@ -43,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.023129 seconds and 4 git commands to generate.