X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.h;h=9c71a6738bcf0e97b7134daf5c71d03dcd6da6dd;hp=9896cc511556bc126f740cc73f5c5706635471ba;hb=48a027c4e8a676bc53de48f88b09d34347c23f28;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58 diff --git a/mutt_sasl.h b/mutt_sasl.h index 9896cc5..9c71a67 100644 --- a/mutt_sasl.h +++ b/mutt_sasl.h @@ -12,13 +12,9 @@ #ifndef _MUTT_SASL_H_ #define _MUTT_SASL_H_ 1 -#ifdef USE_SASL2 #include -#else -#include -#endif -#include "mutt_socket.h" +#include int mutt_sasl_client_new (CONNECTION *, sasl_conn_t **); sasl_callback_t *mutt_sasl_get_callbacks (ACCOUNT *); @@ -32,11 +28,7 @@ typedef struct { const unsigned int *pbufsize; /* read buffer */ -#ifdef USE_SASL2 - const char *buf; -#else char *buf; -#endif unsigned int blen; unsigned int bpos;