mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
Document type of argument for CURLOPT_ADDRESS_SCOPE.
This commit is contained in:
parent
97db9fb653
commit
8b8cc85d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue