aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl-kerberos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-sasl-kerberos4.h')
-rw-r--r--camel/camel-sasl-kerberos4.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/camel/camel-sasl-kerberos4.h b/camel/camel-sasl-kerberos4.h
index 806c758664..38ac9d7e4a 100644
--- a/camel/camel-sasl-kerberos4.h
+++ b/camel/camel-sasl-kerberos4.h
@@ -40,9 +40,7 @@ extern "C" {
typedef struct _CamelSaslKerberos4 {
CamelSasl parent_object;
struct _CamelSaslKerberos4Private *priv;
-
- struct hostent *host;
- char *protocol, *username;
+
} CamelSaslKerberos4;
@@ -55,8 +53,7 @@ typedef struct _CamelSaslKerberos4Class {
/* Standard Camel function */
CamelType camel_sasl_kerberos4_get_type (void);
-/* public methods */
-CamelSasl * camel_sasl_kerberos4_new (const char *protocol, const char *username, struct hostent *host);
+extern CamelServiceAuthType camel_sasl_kerberos4_authtype;
#ifdef __cplusplus
}