Imported Upstream version 3.2.0
[debian/amanda] / common-src / glib-util.h
index 39341a9ed6a2d994abcc7d3711257ffc9cf21bb0..01f1331333dcb09157cc0b2c60d560af8cb2cb95 100644 (file)
@@ -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