comparison 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
comparison
equal deleted inserted replaced
2522:7b5b4a51ea6e 2523:769e17da93dd
98 } 98 }
99 99
100 void start(void) { 100 void start(void) {
101 char *username = NULL, *password = NULL; 101 char *username = NULL, *password = NULL;
102 char *ge_username = NULL, *ge_password = NULL; 102 char *ge_username = NULL, *ge_password = NULL;
103 ConfigDb *cfgfile; 103 mcs_handle_t *cfgfile;
104 sc_going = 1; 104 sc_going = 1;
105 ge_going = 1; 105 ge_going = 1;
106 GError **moo = NULL; 106 GError **moo = NULL;
107 107
108 if ((cfgfile = aud_cfg_db_open()) != NULL) { 108 if ((cfgfile = aud_cfg_db_open()) != NULL) {