Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.c
index 30552ae0bdd2070b691bf411cc9797aa30c71cf2..b536a113280aa1dfa058f4cd311d0ef972d83a39 100644 (file)
@@ -2216,6 +2216,7 @@ end:
        return BT_BFCR_STATUS_OK;
 }
 
+static
 enum bt_bfcr_status bfcr_compound_begin_cb(
                struct ctf_field_class *fc, void *data)
 {
@@ -2267,6 +2268,7 @@ end:
        return BT_BFCR_STATUS_OK;
 }
 
+static
 enum bt_bfcr_status bfcr_compound_end_cb(
                struct ctf_field_class *fc, void *data)
 {
This page took 0.024168 seconds and 4 git commands to generate.