Mercurial > audlegacy-plugins
view src/cdaudio-ng/configure.h @ 1975:00394f91e3c6
Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
author | Ben Tucker <ben.tucker@gmail.com> |
---|---|
date | Sat, 06 Oct 2007 18:39:37 -0700 |
parents | 2db72dd92ee3 |
children | 040827f0b083 |
line wrap: on
line source
#ifndef CONFIGURE_H #define CONFIGURE_H void configure_set_variables(/*gboolean *usedae, */gint *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, gchar *cddbserver, gint *cddbport); void configure_create_gui(); void configure_show_gui(); #endif // CONFIGURE_H