fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / doc / examples / clock-override / lttng-ust-clock-override-example.c
index b1c3c3c4515532081b79d9b80d6fa0fb8e7b16c7..7b8201b2d52617f75dd9139ce34ebb6a7400c727 100644 (file)
@@ -80,6 +80,10 @@ const char *plugin_description(void)
        return "Coarse monotonic clock at 1KHz";
 }
 
+/*
+ * Entry-point called by liblttng-ust through dlsym();
+ */
+void lttng_ust_clock_plugin_init(void);
 void lttng_ust_clock_plugin_init(void)
 {
        int ret;
This page took 0.029033 seconds and 4 git commands to generate.