diff src/neon/neon.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 6fd05978fd4b
line wrap: on
line diff
--- a/src/neon/neon.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/neon/neon.c	Wed Apr 09 15:48:36 2008 +0300
@@ -481,7 +481,7 @@
 
 static int neon_proxy_auth_cb(void *userdata, const char *realm, int attempt, char *username, char *password) {
 
-    ConfigDb *db;
+    mcs_handle_t *db;
     gchar *value = NULL;
 
     _ENTER;
@@ -612,7 +612,7 @@
 static int open_handle(struct neon_handle* handle, unsigned long startbyte) {
 
     int ret;
-    ConfigDb* db;
+    mcs_handle_t* db;
     gchar* proxy_host = NULL;
     gchar* proxy_port_s = NULL;
     gchar* endptr;