view src/cdaudio-ng/configure.h @ 1903:5c01978673ca

fix for an undefined symbol error of __gxx_personality_v0.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 27 Sep 2007 12:55:56 +0900
parents 83cbc6968a0b
children 2db72dd92ee3
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