String type: complete migration to bitwise position
[babeltrace.git] / include / babeltrace / ctf / types.h
index 473bbff9df4918e1159faa87e741c34d8fd127c5..40b89847d759ec6bb410e56cd65b5461982804c5 100644 (file)
@@ -72,6 +72,11 @@ void ctf_float_copy(struct stream_pos *destp, const struct type_class_float *des
 
 void ctf_string_copy(struct stream_pos *dest, struct stream_pos *src,
                     const struct type_class_string *string_class);
+void ctf_string_read(unsigned char **dest, struct stream_pos *src,
+                    const struct type_class_string *string_class);
+void ctf_string_write(struct stream_pos *dest, const unsigned char *src,
+                     const struct type_class_string *string_class);
+void ctf_string_free_temp(unsigned char *string);
 
 GQuark ctf_enum_read(struct stream_pos *pos,
                const struct type_class_enum *src);
This page took 0.022329 seconds and 4 git commands to generate.