X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction-internal.h;h=71270a835cfd95a9d2d93141ef1d0d6c4542c66e;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hp=b55a6d59bc2dcde627f517b51436c163afe3d911;hpb=729c1fec5976af17fded2f026725a08ef1924290;p=lttng-tools.git diff --git a/include/lttng/action/action-internal.h b/include/lttng/action/action-internal.h index b55a6d59b..71270a835 100644 --- a/include/lttng/action/action-internal.h +++ b/include/lttng/action/action-internal.h @@ -19,10 +19,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_rate_policy; struct mi_writer; struct mi_lttng_error_query_callbacks; @@ -132,8 +128,4 @@ enum lttng_error_code lttng_action_mi_serialize(const struct lttng_trigger *trig *error_query_callbacks, struct lttng_dynamic_array *action_path_indexes); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_ACTION_INTERNAL_H */