more constness.
[apps/madmutt.git] / hdrline.c
index bd83a43..716a5df 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -48,7 +48,7 @@ int mutt_is_subscribed_list (ADDRESS * addr)
  * return 1.  Otherwise, simply return 0.
  */
 static int
  * return 1.  Otherwise, simply return 0.
  */
 static int
-check_for_mailing_list (ADDRESS * adr, char *pfx, char *buf, int buflen)
+check_for_mailing_list (ADDRESS * adr, const char *pfx, char *buf, int buflen)
 {
   for (; adr; adr = adr->next) {
     if (mutt_is_subscribed_list (adr)) {
 {
   for (; adr; adr = adr->next) {
     if (mutt_is_subscribed_list (adr)) {