view src/scrobbler/configure.h @ 3112:0d47d41b39ec

Remove debug g_print; the crasher has been identified.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 03 May 2009 22:47:38 +0100
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

GtkWidget* create_cfgdlg (void);
void configure_cleanup(void);

#endif