Document type of argument for CURLOPT_ADDRESS_SCOPE.
This commit is contained in:
parent
97db9fb653
commit
8b8cc85d8d
@ -26,7 +26,7 @@ CURLOPT_ADDRESS_SCOPE \- set scope for local IPv6 addresses
|
||||
.SH SYNOPSIS
|
||||
#include <curl/curl.h>
|
||||
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, [argument]);
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, long scope);
|
||||
.SH DESCRIPTION
|
||||
Pass a long specifying the scope_id value to use when connecting to IPv6
|
||||
link-local or site-local addresses.
|
||||
|
Loading…
Reference in New Issue
Block a user