X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction.h;h=70237e43cd772fea79b0b8ecea332820d3e2d5b5;hp=cd3857d7222d7f1d8f780cbf473dce43e550c3da;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28 diff --git a/include/lttng/action/action.h b/include/lttng/action/action.h index cd3857d72..70237e43c 100644 --- a/include/lttng/action/action.h +++ b/include/lttng/action/action.h @@ -8,6 +8,8 @@ #ifndef LTTNG_ACTION_H #define LTTNG_ACTION_H +#include + struct lttng_action; #ifdef __cplusplus @@ -37,13 +39,13 @@ enum lttng_action_status { * * Returns the type of an action on success, LTTNG_ACTION_TYPE_UNKNOWN on error. */ -extern enum lttng_action_type lttng_action_get_type( +LTTNG_EXPORT extern enum lttng_action_type lttng_action_get_type( const struct lttng_action *action); /* * Destroy (frees) an action object. */ -extern void lttng_action_destroy(struct lttng_action *action); +LTTNG_EXPORT extern void lttng_action_destroy(struct lttng_action *action); #ifdef __cplusplus }