From: Daniel Stenberg Date: Tue, 26 Jan 2021 08:30:30 +0000 (+0100) Subject: scripts/singleuse: add curl_easy_option* X-Git-Tag: curl-7_75_0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df583434405eb564f5eb35995b7b98f268956031;p=thirdparty%2Fcurl.git scripts/singleuse: add curl_easy_option* --- diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl index e3bf44e7bf..a152ffc40d 100755 --- a/scripts/singleuse.pl +++ b/scripts/singleuse.pl @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2019 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 2019 - 2021, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -76,6 +76,9 @@ my %api = ( 'curl_easy_strerror' => 'API', 'curl_easy_unescape' => 'API', 'curl_easy_upkeep' => 'API', + 'curl_easy_option_by_id' => 'API', + 'curl_easy_option_by_name' => 'API', + 'curl_easy_option_next' => 'API', 'curl_escape' => 'API', 'curl_formadd' => 'API', 'curl_formfree' => 'API',