From 6ef91e26588fb3985eaa521c86d2ce2dcb2eabf1 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 4 Dec 2025 14:58:45 +0100 Subject: Update curl bindings to 8.17 --- vendor/curl/c/easy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/curl/c/easy.h') 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 -- cgit v1.2.3