2008-07-03 [colin] 3.5.0cvs2
[claws.git] / src / common / socket.h
index 7a3764745b9acc091e203f46a879eeb028c6085b..86aeffd66f9c4b0401a75536da2b1c756bf1151a 100644 (file)
@@ -63,6 +63,8 @@ struct _SockInfo
 #elif USE_GNUTLS
        gnutls_session ssl;
        gnutls_certificate_credentials_t xcred;
+       gnutls_x509_crt client_crt;
+       gnutls_x509_privkey client_key;
 #endif
        guint g_source;
        GIOChannel *sock_ch;
@@ -75,6 +77,9 @@ struct _SockInfo
        SockFunc callback;
        GIOCondition condition;
        gchar *canonical_name;
+       
+       void *account;
+       gboolean is_smtp;
 };
 
 void refresh_resolvers                 (void);