Mercurial > audlegacy-plugins
comparison src/cdaudio-ng/configure.h @ 1303:2a7c9e0b9c0f
Added configure options for cddb
author | zither@litestep.network |
---|---|
date | Fri, 20 Jul 2007 03:29:42 +0300 |
parents | 483b8d900d5e |
children | 83cbc6968a0b |
comparison
equal
deleted
inserted
replaced
1302:1d3b02d1842b | 1303:2a7c9e0b9c0f |
---|---|
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); | 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 |