liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / include / lttng / notification / notification-internal.h
index dc3a0e1d67569711ef3a13076256c6453b2119eb..7e601b0c7de82d5340b8686c932bff42e6b5b63d 100644 (file)
@@ -29,16 +29,13 @@ struct lttng_notification_comm {
        char payload[];
 } LTTNG_PACKED;
 
-LTTNG_HIDDEN
 struct lttng_notification *lttng_notification_create(
                struct lttng_trigger *trigger,
                struct lttng_evaluation *evaluation);
 
-LTTNG_HIDDEN
 int lttng_notification_serialize(const struct lttng_notification *notification,
                struct lttng_payload *payload);
 
-LTTNG_HIDDEN
 ssize_t lttng_notification_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_notification **notification);
This page took 0.022677 seconds and 4 git commands to generate.