From e2b82b4325e2726a802b6202f2d011fb4988e41d Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 9 May 2008 11:27:54 +0000 Subject: - Make Curl_write and it's callees accept a const pointer, in preparation of tetetest's patch for curl_easy_send() --- lib/ssluse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssluse.h') diff --git a/lib/ssluse.h b/lib/ssluse.h index d5424d5a6..9707c0581 100644 --- a/lib/ssluse.h +++ b/lib/ssluse.h @@ -58,7 +58,7 @@ void Curl_ossl_cleanup(void); ssize_t Curl_ossl_send(struct connectdata *conn, int sockindex, - void *mem, + const void *mem, size_t len); ssize_t Curl_ossl_recv(struct connectdata *conn, /* connection data */ int num, /* socketindex */ -- cgit v1.2.3