X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevent.h;h=12d0ecc68beedc31ccaaf03e4c3c5d39b57b64c2;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hp=bcde9a49e8d0e61a5478610caca1e5d663aeea1c;hpb=d37ac3cdc4fe21f117edfb829db4d0eb7cf914a1;p=lttng-tools.git diff --git a/include/lttng/event.h b/include/lttng/event.h index bcde9a49e..12d0ecc68 100644 --- a/include/lttng/event.h +++ b/include/lttng/event.h @@ -516,7 +516,7 @@ extern int lttng_disable_event(struct lttng_handle *handle, * * Return 0 on success else a negative LTTng error code. */ -int lttng_disable_event_ext(struct lttng_handle *handle, +extern int lttng_disable_event_ext(struct lttng_handle *handle, struct lttng_event *ev, const char *channel_name, const char *filter_expression);