diff src/scrobbler/plugin.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 42a5c9d5830b
children bd3a24b39058
line wrap: on
line diff
--- a/src/scrobbler/plugin.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/scrobbler/plugin.c	Wed Apr 09 15:48:36 2008 +0300
@@ -100,7 +100,7 @@
 void start(void) {
 	char *username = NULL, *password = NULL;
 	char *ge_username = NULL, *ge_password = NULL;
-	ConfigDb *cfgfile;
+	mcs_handle_t *cfgfile;
 	sc_going = 1;
 	ge_going = 1;
 	GError **moo = NULL;