Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / ctf-writer / stream.c
index 247d64a6590c0d175a34196b04ed6d7506513fc4..cb882247609c5d7aab3653da759a11da027efb6e 100644 (file)
@@ -668,6 +668,7 @@ end:
        return ret;
 }
 
+static
 int visit_event_update_clock_value(struct bt_ctf_event *event, uint64_t *val)
 {
        int ret = 0;
This page took 0.022682 seconds and 4 git commands to generate.