include: add missing "extern"
[lttng-tools.git] / include / lttng / event.h
index bcde9a49e8d0e61a5478610caca1e5d663aeea1c..12d0ecc68beedc31ccaaf03e4c3c5d39b57b64c2 100644 (file)
@@ -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);
 
This page took 0.022842 seconds and 4 git commands to generate.