diff options
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r-- | lib/memdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c index ea3eb8559..99bce6a5d 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -264,7 +264,7 @@ int curl_accept(int s, void *saddr, void *saddrlen, } /* separate function to allow libcurl to mark a "faked" close */ -int curl_mark_sclose(int sockfd, int line, const char *source) +void curl_mark_sclose(int sockfd, int line, const char *source) { if(logfile) fprintf(logfile, "FD %s:%d sclose(%d)\n", |