view 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
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, char *cddbserver, int *cddbport);
void				configure_create_gui();
void				configure_show_gui();


#endif	// CONFIGURE_H