summaryrefslogtreecommitdiff
path: root/libs/libcurl/include/curl/options.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-06-10 11:22:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-06-10 11:22:26 +0300
commit05ad15444053fbede236dc40320d17e44eb88fd3 (patch)
tree330ca69a55078fee19f1fa1f80dc3dbb71e0667e /libs/libcurl/include/curl/options.h
parent47d5ff93323f788ed160c930617a2c997c803453 (diff)
parent08abeb3aa33a4bbbddc75f2d56799e8ab056fc73 (diff)
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'libs/libcurl/include/curl/options.h')
-rw-r--r--libs/libcurl/include/curl/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/include/curl/options.h b/libs/libcurl/include/curl/options.h
index 14373b551c..91360b3581 100644
--- a/libs/libcurl/include/curl/options.h
+++ b/libs/libcurl/include/curl/options.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2018 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2018 - 2022, 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
@@ -57,7 +57,7 @@ CURL_EXTERN const struct curl_easyoption *
curl_easy_option_by_name(const char *name);
CURL_EXTERN const struct curl_easyoption *
-curl_easy_option_by_id (CURLoption id);
+curl_easy_option_by_id(CURLoption id);
CURL_EXTERN const struct curl_easyoption *
curl_easy_option_next(const struct curl_easyoption *prev);