1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

examples/ftpuploadresume: checksrc compliance

This commit is contained in:
Jay Satiro 2017-08-16 14:44:50 -04:00
parent 801d8765ca
commit d18941ea17

View File

@ -29,7 +29,8 @@
#include <curl/curl.h>
/* parse headers for Content-Length */
static size_t getcontentlengthfunc(void *ptr, size_t size, size_t nmemb, void *stream)
static size_t getcontentlengthfunc(void *ptr, size_t size, size_t nmemb,
void *stream)
{
int r;
long len = 0;