From 4706a9334149f656eef9b5e8888da1ead23b0941 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 16 Jul 2007 21:22:12 +0000 Subject: Fixed some more simple compile warnings in the examples. --- docs/examples/anyauthput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/anyauthput.c') diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index 54cea0017..bc6138f58 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -57,7 +57,7 @@ static curlioerr my_ioctl(CURL *handle, curliocmd cmd, void *userp) } /* read callback function, fread() look alike */ -size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream) +static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream) { size_t retcode; -- cgit v1.2.3