apply patch in tree
[debian/amanda] / common-src / glib-util.h
index f687fcd0529f5c08afadfd5f81bbe6b9713c6c54..70d0e12ac1d4bfa32086a2ddb576d425af93e1e7 100644 (file)
@@ -72,7 +72,6 @@ void slist_free_full(GSList * list, GDestroyNotify free_fn);
 
 /* These functions all take a GLib container, and call free() on all the
  * pointers in the container before free()ing the container itself. */
-void g_queue_free_full(GQueue * queue);
 void g_ptr_array_free_full(GPtrArray * array);
 
 /* g_value_compare() does what you expect. It returns TRUE if and