view src/scrobbler/configure.h @ 2601:f9ccfae6a5f6

Oops, forgot to link scrobbler plugin with libaudutil. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 09:08:05 +0300
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

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

#endif