Helper function to extract string from fields
[babeltrace.git] / include / babeltrace / types.h
index 41f70383c254af13d1f1a8d03fbee4652f00389c..f3a0e831b15fcdfb9a85f76dc79a0c569222ca8a 100644 (file)
@@ -431,6 +431,7 @@ struct declaration_enum *
 
 struct declaration_string *
        string_declaration_new(enum ctf_string_encoding encoding);
+char *get_string(struct definition *field);
 
 struct declaration_struct *
        struct_declaration_new(struct declaration_scope *parent_scope,
This page took 0.023715 seconds and 4 git commands to generate.