view src/cdaudio-ng/configure.h @ 2138:76f9a4168708

Fix linking with libaudid3tag Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta, shnplug and madplug plugins)
author Vitaly Lipatov <lav@etersoft.ru>
date Sat, 27 Oct 2007 19:34:46 -0500
parents 040827f0b083
children dc92a550179e
line wrap: on
line source

#ifndef _CDNG_CONFIGURE_H
#define _CDNG_CONFIGURE_H
#include <glib.h>

extern struct cdng_cfg_t {
	gboolean	use_dae,
			use_cdtext,
			use_cddb,
			debug;
	gchar		*device,
			*cddb_server;
	gint		cddb_port,
			limitspeed;
} cdng_cfg;


void	configure_create_gui(void);
void	configure_show_gui(void);
gint	pstrcpy(gchar **, const gchar *);

#endif	// _CDNG_CONFIGURE_H