Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / float.c
index a9254800ff4d74a5513f30550adefcf67d286b59..a4946f910eade757b0410e9bad358fca8ef6370f 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_float_write(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_text_float_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct definition_float *float_definition =
                container_of(definition, struct definition_float, p);
This page took 0.022897 seconds and 4 git commands to generate.