view src/scrobbler/configure.h @ 2941:c57d9b5754b3

I believe we are not using libiconv in here, remove #includes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 22 Sep 2008 06:41:18 +0300
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

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

#endif