String type: complete migration to bitwise position
[babeltrace.git] / include / babeltrace / format.h
index 1a847846b6dc659e63459b49afdbfedd447267db..43b38eed350b980641ca2f8f14bb8b63f507a8d5 100644 (file)
@@ -63,6 +63,11 @@ struct format {
 
        void (*string_copy)(struct stream_pos *dest, struct stream_pos *src,
                            const struct type_class_string *string_class);
+       void (*string_read)(unsigned char **dest, struct stream_pos *src,
+                           const struct type_class_string *string_class);
+       void (*string_write)(struct stream_pos *dest, const unsigned char *src,
+                            const struct type_class_string *string_class);
+       void (*string_free_temp)(unsigned char *string);
 
        GQuark (*enum_read)(struct stream_pos *pos,
                            const struct type_class_enum *src);
This page took 0.022652 seconds and 4 git commands to generate.