Oops. Change this too.
authorJeffrey Stedfast <fejj@ximian.com>
Mon, 5 Feb 2001 21:52:28 +0000 (21:52 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 5 Feb 2001 21:52:28 +0000 (21:52 +0000)
2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>

* camel-remote-store.c (remote_query_auth_types): Oops. Change
this too.

camel/ChangeLog
camel/camel-remote-store.c

index a08c80a..8554ea2 100644 (file)
@@ -1,5 +1,8 @@
 2001-02-05  Jeffrey Stedfast  <fejj@ximian.com>
 
+       * camel-remote-store.c (remote_query_auth_types): Oops. Change
+       this too.
+
        * providers/smtp/camel-smtp-transport.c (query_auth_types): Updated.
 
        * providers/nntp/camel-nntp-store.c (nntp_store_query_auth_types):
index 1c73639..e81ef5e 100644 (file)
@@ -63,7 +63,7 @@ static CamelStoreClass *store_class = NULL;
 
 static gboolean remote_connect         (CamelService *service, CamelException *ex);
 static gboolean remote_disconnect      (CamelService *service, gboolean clean, CamelException *ex);
-static GList   *remote_query_auth_types(CamelService *service, CamelException *ex);
+static GList   *remote_query_auth_types(CamelService *service, gboolean connect, CamelException *ex);
 static void     remote_free_auth_types (CamelService *service, GList *authtypes);
 static char    *remote_get_name        (CamelService *service, gboolean brief);
 static char    *remote_get_folder_name (CamelStore *store, 
@@ -166,7 +166,7 @@ static CamelServiceAuthType password_authtype = {
 */
 
 static GList *
-remote_query_auth_types (CamelService *service, CamelException *ex)
+remote_query_auth_types (CamelService *service, gboolean connect, CamelException *ex)
 {
        return NULL;
 }