Add structures
[babeltrace.git] / include / babeltrace / ctf / types.h
index 49427a5bba4d3d33116528b34f7b82c9e5ae6f3d..75b8bd3e28932f3f1d355a498d6bac82378ac457 100644 (file)
@@ -72,5 +72,9 @@ GQuark ctf_enum_read(struct stream_pos *pos,
 void ctf_enum_write(struct stream_pos *pos,
                const struct type_class_enum *dest,
                GQuark q);
+void ctf_struct_begin(struct stream_pos *pos,
+                     const struct type_class_struct *struct_class);
+void ctf_struct_end(struct stream_pos *pos,
+                   const struct type_class_struct *struct_class);
 
 #endif /* _BABELTRACE_CTF_TYPES_H */
This page took 0.022392 seconds and 4 git commands to generate.