aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-06 05:52:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-06 05:52:28 +0800
commit2d3a84626095931279d269384f5640bd74d0ed9e (patch)
tree7c97cf9ca19a30a94510f2af7696639ca99fda1e /camel/camel-remote-store.c
parent8124fc673638d571c62b55e1244b8358e1cbde82 (diff)
downloadgsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar.gz
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar.bz2
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar.lz
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar.xz
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.tar.zst
gsoc2013-evolution-2d3a84626095931279d269384f5640bd74d0ed9e.zip
Oops. Change this too.
2001-02-05 Jeffrey Stedfast <fejj@ximian.com> * camel-remote-store.c (remote_query_auth_types): Oops. Change this too. svn path=/trunk/; revision=7992
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index 1c73639d58..e81ef5e91e 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -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;
}