comparison src/cdaudio-ng/configure.h @ 1339:83cbc6968a0b

Set DAE the default and non-optional play method; Configuring the plugin no longer stops the playback;
author Calin Crisan ccrisan@gmail.com
date Mon, 23 Jul 2007 21:43:17 +0300
parents 2a7c9e0b9c0f
children 2db72dd92ee3
comparison
equal deleted inserted replaced
1338:0d4450d66bd1 1339:83cbc6968a0b
1 1
2 #ifndef CONFIGURE_H 2 #ifndef CONFIGURE_H
3 #define CONFIGURE_H 3 #define CONFIGURE_H
4 4
5 void configure_set_variables(gboolean *usedae, int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, char *cddbserver, int *cddbport); 5 void configure_set_variables(/*gboolean *usedae, */int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, char *cddbserver, int *cddbport);
6 void configure_create_gui(); 6 void configure_create_gui();
7 void configure_show_gui(); 7 void configure_show_gui();
8 8
9 9
10 #endif // CONFIGURE_H 10 #endif // CONFIGURE_H