revamp lib.[hc] functions into lib-lib/file.[hc].
[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;