/* $Id$
   
   Copyright (C) 2020-2022 Aamot Software
   Author(s): Ole Aamot <ole@gnome.org>
   License: GNU GPL version 3
   Version: 6.2.0 (2022-07-09)
   Website: http://www.garagejam.org/
   
*/

#include <libxml/xmlmemory.h>
#include <libxml/parser.h>

GtkWidget *gb_song_new (gchar *title);
GtkWidget *gb_song_quit (gchar *title);
