diff options
Diffstat (limited to 'vendor/curl/c/easy.h')
| -rw-r--r-- | vendor/curl/c/easy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/curl/c/easy.h b/vendor/curl/c/easy.h index 56f8060e0..fa1356493 100644 --- a/vendor/curl/c/easy.h +++ b/vendor/curl/c/easy.h @@ -23,7 +23,7 @@ * SPDX-License-Identifier: curl * ***************************************************************************/ -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -118,7 +118,7 @@ CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer, */ CURL_EXTERN CURLcode curl_easy_upkeep(CURL *curl); -#ifdef __cplusplus +#ifdef __cplusplus } /* end of extern "C" */ #endif |