summaryrefslogtreecommitdiffstats
path: root/mutt_sasl.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-12 10:27:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-12 10:27:10 +0000
commita632b853e8703cc0ad16c95d8411c5bc6252874a (patch)
tree1d7e0d423c562146ba035af31188c6f16e656955 /mutt_sasl.h
parentdf825439c00aa31bbbab2d54a5c25b02cd82d4e2 (diff)
Brendan Cully's SASL patch.
Diffstat (limited to 'mutt_sasl.h')
-rw-r--r--mutt_sasl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/mutt_sasl.h b/mutt_sasl.h
index 777fc746..3505eafe 100644
--- a/mutt_sasl.h
+++ b/mutt_sasl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-1 Brendan Cully <brendan@kublai.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,9 +26,10 @@
#include "mutt_socket.h"
int mutt_sasl_start (void);
-sasl_callback_t* mutt_sasl_get_callbacks (ACCOUNT* account);
-int mutt_sasl_interact (sasl_interact_t* interaction);
-void mutt_sasl_setup_conn (CONNECTION* conn, sasl_conn_t* saslconn);
+int mutt_sasl_client_new (CONNECTION*, sasl_conn_t**);
+sasl_callback_t* mutt_sasl_get_callbacks (ACCOUNT*);
+int mutt_sasl_interact (sasl_interact_t*);
+void mutt_sasl_setup_conn (CONNECTION*, sasl_conn_t*);
typedef struct
{