namespace the array functions
[babeltrace.git] / formats / ctf / types / array.c
index d5b6ed46b44d25d81e87840cb1675e17bea612c7..006f0cecffd6c1763e4a7cc0cf7702785a15d1a3 100644 (file)
@@ -61,7 +61,7 @@ int ctf_array_read(struct stream_pos *ppos, struct definition *definition)
                        }
                }
        }
-       return array_rw(ppos, definition);
+       return bt_array_rw(ppos, definition);
 }
 
 int ctf_array_write(struct stream_pos *ppos, struct definition *definition)
@@ -96,5 +96,5 @@ int ctf_array_write(struct stream_pos *ppos, struct definition *definition)
                        }
                }
        }
-       return array_rw(ppos, definition);
+       return bt_array_rw(ppos, definition);
 }
This page took 0.022928 seconds and 4 git commands to generate.