Mercurial > audlegacy-plugins
view src/cdaudio-ng/configure.h @ 1289:90d9d4cf619c
"Scrobbler" plugin and the wrath of "i18n project"... ;-)
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Wed, 18 Jul 2007 23:04:11 +0200 |
parents | 483b8d900d5e |
children | 2a7c9e0b9c0f |
line wrap: on
line source
#ifndef CONFIGURE_H #define CONFIGURE_H void configure_set_variables(gboolean *usedae, int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug); void configure_create_gui(); void configure_show_gui(); #endif // CONFIGURE_H