From 75e4877cbd430ea55299d6b2ef676a6a377d1e86 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Oct 1997 00:31:31 +0000 Subject: Ready to ship. svn path=/trunk/; revision=1527 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 933a7cbe..c8989a04 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -247,7 +247,7 @@ void error_at_line (); /* driver.c: transaction support */ #if defined(HAVE_STDARG_H) -void gen_send (int sock, char *, ... ); +void gen_send (int sock, const char *, ... ); int gen_recv(int sock, char *buf, int size); int gen_transact (int sock, char *, ... ); #else -- cgit v1.2.3