view src/cdaudio-ng/configure.h @ 1237:0d5b0f861bf0

- quick fix for link breakage to libaudid3tag.so when --prefix is specified. - adaptation for file:// scheme in cuesheet and tta.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 12 Jul 2007 04:36:03 +0900
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