diff src/sun/sun.c @ 2523:769e17da93dd

Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Apr 2008 15:48:36 +0300
parents 41c619e96a17
children 3134a0987162
line wrap: on
line diff
--- a/src/sun/sun.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/sun/sun.c	Wed Apr 09 15:48:36 2008 +0300
@@ -52,7 +52,7 @@
 
 void sun_init(void)
 {
-	ConfigDb *cfgfile;
+	mcs_handle_t *cfgfile;
 	char *s;
 
 	memset(&audio, 0, sizeof(struct sun_audio));