Mercurial > audlegacy-plugins
annotate src/cdaudio-ng/configure.h @ 2197:c8d558dab2a7
debugging stuff added...
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Thu, 29 Nov 2007 03:47:05 +0300 |
parents | 040827f0b083 |
children | dc92a550179e |
rev | line source |
---|---|
2046 | 1 #ifndef _CDNG_CONFIGURE_H |
2 #define _CDNG_CONFIGURE_H | |
3 #include <glib.h> | |
1189
af5bd4592100
Added cdaudio-ng.h; added a configure dialog
zither@litestep.network
parents:
diff
changeset
|
4 |
2046 | 5 extern struct cdng_cfg_t { |
6 gboolean use_dae, | |
7 use_cdtext, | |
8 use_cddb, | |
9 debug; | |
10 gchar *device, | |
11 *cddb_server; | |
12 gint cddb_port, | |
13 limitspeed; | |
14 } cdng_cfg; | |
1189
af5bd4592100
Added cdaudio-ng.h; added a configure dialog
zither@litestep.network
parents:
diff
changeset
|
15 |
af5bd4592100
Added cdaudio-ng.h; added a configure dialog
zither@litestep.network
parents:
diff
changeset
|
16 |
2046 | 17 void configure_create_gui(void); |
18 void configure_show_gui(void); | |
19 gint pstrcpy(gchar **, const gchar *); | |
1193 | 20 |
2046 | 21 #endif // _CDNG_CONFIGURE_H |