more fixes
[apps/madmutt.git] / buffer.c
index 8ca84c3..9bd412b 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -49,7 +49,7 @@ BUFFER *mutt_buffer_init (BUFFER * b)
  * Disregards the 'destroy' flag, which seems reserved for caller.
  * This is bad, but there's no apparent protocol for it.
  */
-BUFFER *mutt_buffer_from (BUFFER * b, char *seed)
+BUFFER *mutt_buffer_from (BUFFER * b, const char *seed)
 {
   if (!seed)
     return NULL;