Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / action / path-internal.h
index 23f87ef9bbe769790e840312f984a5209f11bb78..8a255f0b705fb4dd7d14111d37f61dc8a48d5413 100644 (file)
 #include <common/dynamic-array.h>
 #include <common/payload-view.h>
 #include <common/payload.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+#include <sys/types.h>
 
 struct lttng_action_path {
        struct lttng_dynamic_array indexes;
 };
 
 /* Assumes that 'dst' is uninitialized. */
-LTTNG_HIDDEN
 int lttng_action_path_copy(const struct lttng_action_path *src,
                struct lttng_action_path *dst);
 
-LTTNG_HIDDEN
 ssize_t lttng_action_path_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_action_path **action_path);
 
-LTTNG_HIDDEN
 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 */
This page took 0.023387 seconds and 4 git commands to generate.