Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / src / gssmp_util.h
blob4f5535fc3fb71680cb0d885cfb9681897a2d22d2
1 #include <gnome.h>
3 /**
4 * Loop through the queue, calling g_free on each piece of data, and then
5 * call g_queue_free on the queue.
6 */
7 void gssmp_util_free_queue_and_data (GQueue *queue);
10 void gssmp_util_free_list_and_data (GList *list);