Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / condition / event-rule-matches-internal.h
index 4aac9f991e3517df7eac0395ce77dd19c2e63108..ef39f4f04f86b2a57d2e15a75c5609cc796495d8 100644 (file)
 #include <common/dynamic-array.h>
 #include <lttng/event-field-value.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_capture_descriptor {
        struct lttng_event_expr *event_expression;
        struct lttng_bytecode *bytecode;
@@ -90,8 +86,4 @@ const struct lttng_bytecode *
 lttng_condition_event_rule_matches_get_capture_bytecode_at_index(
                const struct lttng_condition *condition, unsigned int index);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_CONDITION_EVENT_RULE_MATCHES_INTERNAL_H */
This page took 0.023306 seconds and 4 git commands to generate.