diff src/cdaudio-ng/configure.h @ 1193:483b8d900d5e trunk

Added enable/disable debug option
author calin.crisan@ldev-006
date Thu, 21 Jun 2007 17:34:24 +0300
parents af5bd4592100
children 2a7c9e0b9c0f
line wrap: on
line diff
--- a/src/cdaudio-ng/configure.h	Thu Jun 21 11:37:29 2007 +0100
+++ b/src/cdaudio-ng/configure.h	Thu Jun 21 17:34:24 2007 +0300
@@ -2,9 +2,10 @@
 #ifndef CONFIGURE_H
 #define CONFIGURE_H
 
-void				configure_set_variables(gboolean *usedae, int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device);
+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
+