lib-network
[apps/madmutt.git] / mutt_sasl.h
index ca69bb8..9c71a67 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <sasl/sasl.h>
 
-#include "mutt_socket.h"
+#include <lib-network/mutt_socket.h>
 
 int mutt_sasl_client_new (CONNECTION *, sasl_conn_t **);
 sasl_callback_t *mutt_sasl_get_callbacks (ACCOUNT *);
@@ -28,7 +28,7 @@ typedef struct {
   const unsigned int *pbufsize;
 
   /* read buffer */
-  const char *buf;
+  char *buf;
   unsigned int blen;
   unsigned int bpos;