X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flttng%2Flog-level-rule-internal.h;h=ac0f74b71fff30ac7b743ad7f3197b08140d3e3a;hb=26e1c61ff394774de86a3ebad6a7caa02db69367;hp=26abaa862e317759772dfd88cc5a3157afd3f77b;hpb=740da7d5000ca1ffdcf14bda5096bf7ccfb86bdd;p=lttng-tools.git diff --git a/include/lttng/log-level-rule-internal.h b/include/lttng/log-level-rule-internal.h index 26abaa862..ac0f74b71 100644 --- a/include/lttng/log-level-rule-internal.h +++ b/include/lttng/log-level-rule-internal.h @@ -19,10 +19,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct mi_writer; /* @@ -65,8 +61,4 @@ enum lttng_error_code lttng_log_level_rule_mi_serialize( const struct lttng_log_level_rule *rule, struct mi_writer *writer); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_LOG_LEVEL_RULE_INTERNAL_H */