X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=common-src%2Fglib-util.h;h=01f1331333dcb09157cc0b2c60d560af8cb2cb95;hp=39341a9ed6a2d994abcc7d3711257ffc9cf21bb0;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/common-src/glib-util.h b/common-src/glib-util.h index 39341a9..01f1331 100644 --- a/common-src/glib-util.h +++ b/common-src/glib-util.h @@ -66,6 +66,7 @@ GValue* g_value_unset_copy(const GValue* from, GValue * to); * pointers in the container before free()ing the container itself. */ void g_list_free_full(GList * list); void g_slist_free_full(GSList * list); +void g_slist_free_full_gpointer(gpointer list); void g_queue_free_full(GQueue * queue); void g_ptr_array_free_full(GPtrArray * array); @@ -121,7 +122,7 @@ void g_ptr_array_foreach (GPtrArray *array, #endif /* functions for g_hash_table_new to hash and compare case-insensitive strings */ -guint g_str_case_hash(gconstpointer v); -gboolean g_str_case_equal(gconstpointer v1, gconstpointer v2); +guint g_str_amanda_hash(gconstpointer v); +gboolean g_str_amanda_equal(gconstpointer v1, gconstpointer v2); #endif