diff src/lastfm/lastfm.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 194c2f8c2a92
children 3134a0987162
line wrap: on
line diff
--- a/src/lastfm/lastfm.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/lastfm/lastfm.c	Wed Apr 09 15:48:36 2008 +0300
@@ -106,7 +106,7 @@
 
 gchar* lastfm_get_login_uri()  /* reads the audioscrobbler login data from the config */
 {                              /* and then uses them to create a login URL*/
-        ConfigDb *cfg = NULL;
+        mcs_handle_t *cfg = NULL;
         gchar   *buf=NULL,
                 *username = NULL, 
                 *password = NULL;