cleanup: function attribute 'hidden'
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 77d2a06ffb2ca919f56148c1864b63600914802c..b399722515c57b7b5a7c4e8ce6f32d034a37de53 100644 (file)
@@ -785,7 +785,8 @@ long lttng_event_notifier_group_error_counter_cmd(int objd, unsigned int cmd, un
        return ret;
 }
 
-__attribute__((visibility("hidden")))
+int lttng_release_event_notifier_group_error_counter(int objd)
+       __attribute__((visibility("hidden")));
 int lttng_release_event_notifier_group_error_counter(int objd)
 {
        struct lttng_counter *counter = objd_private(objd);
This page took 0.024523 seconds and 4 git commands to generate.