view src/scrobbler/configure.h @ 3127:8255be301249

define NEON_DEBUG for the moment
author William Pitcock <nenolod@atheme.org>
date Wed, 06 May 2009 14:06:28 -0500
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

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

#endif