move rfc822 related types into lib-mime/mime-types.h out of mutt.h.
[apps/madmutt.git] / mutt_sasl.h
index ca69bb8..763c8d9 100644 (file)
@@ -28,7 +28,7 @@ typedef struct {
   const unsigned int *pbufsize;
 
   /* read buffer */
-  const char *buf;
+  char *buf;
   unsigned int blen;
   unsigned int bpos;