X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=32370e34b544f5e14b896bb06af295d4257c0a69;hp=c3bc525b88db9c08a9586c394fb811f8730b59e8;hb=4eaac5c4a87b84ea9ec0668b4e088ac27e2d1106;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372 diff --git a/send.c b/send.c index c3bc525..32370e3 100644 --- a/send.c +++ b/send.c @@ -178,7 +178,7 @@ static ADDRESS *find_mailing_lists (ADDRESS * t, ADDRESS * c) return top; } -static int edit_address (ADDRESS ** a, /* const */ char *field) +static int edit_address (ADDRESS ** a, const char *field) { char buf[HUGE_STRING]; char *err = NULL; @@ -1111,8 +1111,8 @@ int ci_send_message (int flags, /* send mode */ char *pgpkeylist = NULL; /* save current value of "pgp_sign_as" */ - char *signas = NULL; - char *tag = NULL, *err = NULL; + char *signas = NULL, *err = NULL; + const char *tag = NULL; char *ctype; int rv = -1;