drop GSS as well, users will have to use correctly configured sasl.
[apps/madmutt.git] / imap / auth.h
index 8deda56..4dab11d 100644 (file)
@@ -30,10 +30,6 @@ typedef struct {
 
 /* external authenticator prototypes */
 imap_auth_res_t imap_auth_login (IMAP_DATA * idata, const char *method);
-
-#ifdef USE_GSS
-imap_auth_res_t imap_auth_gss (IMAP_DATA * idata, const char *method);
-#endif
 imap_auth_res_t imap_auth_sasl (IMAP_DATA * idata, const char *method);
 
 #endif /* _IMAP_AUTH_H */