diff options
Diffstat (limited to 'tests/libtest/lib555.c')
-rw-r--r-- | tests/libtest/lib555.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib555.c b/tests/libtest/lib555.c index 392ae7dcd..5b38530d1 100644 --- a/tests/libtest/lib555.c +++ b/tests/libtest/lib555.c @@ -45,7 +45,7 @@ static const char uploadthis[] = "this is the blurb we want to upload\n"; #endif -static size_t readcallback(void *ptr, +static size_t readcallback(char *ptr, size_t size, size_t nmemb, void *clientp) |