X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fevent-rule-matches-internal.h;fp=include%2Flttng%2Fcondition%2Fevent-rule-matches-internal.h;h=ef39f4f04f86b2a57d2e15a75c5609cc796495d8;hp=4aac9f991e3517df7eac0395ce77dd19c2e63108;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/condition/event-rule-matches-internal.h b/include/lttng/condition/event-rule-matches-internal.h index 4aac9f991..ef39f4f04 100644 --- a/include/lttng/condition/event-rule-matches-internal.h +++ b/include/lttng/condition/event-rule-matches-internal.h @@ -16,10 +16,6 @@ #include #include -#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 */