view src/scrobbler/configure.h @ 3076:5b59df43b93f

Update the playback slider at the end of a seek (bug #31)
author John Lindgren <john.lindgren@tds.net>
date Sun, 26 Apr 2009 16:11:55 -0400
parents 224727e6c73d
children
line wrap: on
line source

#ifndef _CONFIGURE_H_
#define _CONFIGURE_H_

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

#endif