liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / include / lttng / action / path-internal.h
index 608f144c2b5afa5ec784e9e0fce6f15dd7ec09fc..361c348fe1b696c6f93c73d7d7c2d0b64508974c 100644 (file)
@@ -24,16 +24,13 @@ struct lttng_action_path {
 };
 
 /* 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);
 
This page took 0.023725 seconds and 4 git commands to generate.