liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / include / lttng / condition / evaluation-internal.h
index eaef721fb40b7030930f3fa18dd4cc50b2750d30..12ea104d8c59ab855e746ea1b7d2673a865d317f 100644 (file)
@@ -34,17 +34,14 @@ struct lttng_evaluation {
        evaluation_destroy_cb destroy;
 };
 
-LTTNG_HIDDEN
 void lttng_evaluation_init(struct lttng_evaluation *evaluation,
                enum lttng_condition_type type);
 
-LTTNG_HIDDEN
 ssize_t lttng_evaluation_create_from_payload(
                const struct lttng_condition *condition,
                struct lttng_payload_view *view,
                struct lttng_evaluation **evaluation);
 
-LTTNG_HIDDEN
 int lttng_evaluation_serialize(const struct lttng_evaluation *evaluation,
                struct lttng_payload *payload);
 
This page took 0.023043 seconds and 4 git commands to generate.