Enum: fix single-value hash table lookup
[babeltrace.git] / include / babeltrace / types.h
index cd31a9efef253333d7be1bd3de5ad8318a1f1c9d..4534d0f1c2e491c2db7ba5f865b09a22826e7897 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.
This page took 0.023987 seconds and 4 git commands to generate.