From b67217bcf270ed541bbf756a2331e8437bb7824b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 00:33:48 +0000 Subject: Fix prototype, to avoid compiler warnings with --disable-nls. svn path=/trunk/; revision=4217 --- smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.c') diff --git a/smtp.c b/smtp.c index b21192c4..083410be 100644 --- a/smtp.c +++ b/smtp.c @@ -59,7 +59,7 @@ int SMTP_helo(int sock,const char *host) return ok; } -static void SMTP_auth_error(int sock, char *msg) +static void SMTP_auth_error(int sock, const char *msg) { SockPrintf(sock, "*\r\n"); SockRead(sock, smtp_response, sizeof(smtp_response) - 1); -- cgit v1.2.3