]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/singleuse: add curl_easy_option*
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 08:30:30 +0000 (09:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 08:30:30 +0000 (09:30 +0100)
scripts/singleuse.pl

index e3bf44e7bffb5bdfed747c0391e4700f215a5733..a152ffc40db90b0d5069976d9b1e5dc52d791ea4 100755 (executable)
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2019 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2019 - 2021, Daniel Stenberg, <daniel@haxx.se>, 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',