aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r--lib/memdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h
index 825526d42..2bf75e58d 100644
--- a/lib/memdebug.h
+++ b/lib/memdebug.h
@@ -58,7 +58,7 @@ void curl_memlimit(long limit);
/* file descriptor manipulators */
int curl_socket(int domain, int type, int protocol, int line , const char *);
int curl_sclose(int sockfd, int, const char *source);
-int curl_accept(int s, void *addr, socklen_t *addrlen,
+int curl_accept(int s, void *addr, void *addrlen,
int line, const char *source);
/* FILE functions */