X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fstop-session-internal.h;h=da4a5aac18050691b246414d16482b47fb84a6a4;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hp=592ef0e2ce9109506a3cd27842eebf713f13f358;hpb=a4705d55c62276cb913c64832f383e27aa72668b;p=lttng-tools.git diff --git a/include/lttng/action/stop-session-internal.h b/include/lttng/action/stop-session-internal.h index 592ef0e2c..da4a5aac1 100644 --- a/include/lttng/action/stop-session-internal.h +++ b/include/lttng/action/stop-session-internal.h @@ -19,7 +19,6 @@ struct lttng_payload_view; * On success, return the number of bytes consumed from `view`, and the created * action in `*action`. On failure, return -1. */ -LTTNG_HIDDEN extern ssize_t lttng_action_stop_session_create_from_payload( struct lttng_payload_view *view, struct lttng_action **action);