X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fpath-internal.h;fp=include%2Flttng%2Faction%2Fpath-internal.h;h=8a255f0b705fb4dd7d14111d37f61dc8a48d5413;hp=361c348fe1b696c6f93c73d7d7c2d0b64508974c;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/action/path-internal.h b/include/lttng/action/path-internal.h index 361c348fe..8a255f0b7 100644 --- a/include/lttng/action/path-internal.h +++ b/include/lttng/action/path-internal.h @@ -15,10 +15,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_action_path { struct lttng_dynamic_array indexes; }; @@ -34,8 +30,4 @@ ssize_t lttng_action_path_create_from_payload( int lttng_action_path_serialize(const struct lttng_action_path *action_path, struct lttng_payload *payload); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_ACTION_PATH_INTERNAL_H */