aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 37058254d..10a287887 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -246,7 +246,7 @@ typedef int (*curl_sockopt_callback)(void *clientp,
curl_socket_t curlfd,
curlsocktype purpose);
-struct Curl_sockaddr {
+struct curl_sockaddr {
int family;
int socktype;
int protocol;
@@ -255,9 +255,9 @@ struct Curl_sockaddr {
};
typedef curl_socket_t
-(*curl_opensocket_callback)(void* clentp,
+(*curl_opensocket_callback)(void *clientp,
curlsocktype purpose,
- struct Curl_sockaddr* address);
+ struct curl_sockaddr *address);
#ifndef CURL_NO_OLDIES
/* not used since 7.10.8, will be removed in a future release */