export lookup_definition
[babeltrace.git] / include / babeltrace / types.h
index cd31a9efef253333d7be1bd3de5ad8318a1f1c9d..5523eb42987adcc7af24a6e3fe2702109f835269 100644 (file)
@@ -407,7 +407,7 @@ GArray *enum_uint_to_quark_set(const struct declaration_enum *enum_declaration,
  * Caller must release the GArray with g_array_unref().
  */
 GArray *enum_int_to_quark_set(const struct declaration_enum *enum_declaration,
-                             uint64_t v);
+                             int64_t v);
 
 /*
  * Returns a GArray of struct enum_range or NULL.
@@ -512,6 +512,8 @@ void append_scope_path(const char *path, GArray *q);
 /*
  * Lookup helpers.
  */
+struct definition *lookup_definition(struct definition *definition,
+                                    const char *field_name);
 struct definition_integer *lookup_integer(struct definition *definition,
                                          const char *field_name,
                                          int signedness);
This page took 0.02261 seconds and 4 git commands to generate.