view src/scrobbler/configure.h @ 2520:7aca8941495b

Further tweaks, should work fine now.
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:19:44 -0500
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

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

#endif