aboutsummaryrefslogtreecommitdiffstats
path: root/include/curl/easy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl/easy.h')
-rw-r--r--include/curl/easy.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/curl/easy.h b/include/curl/easy.h
index 752c5049..f42a8a96 100644
--- a/include/curl/easy.h
+++ b/include/curl/easy.h
@@ -95,6 +95,16 @@ CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
size_t buflen, size_t *n);
+
+/*
+ * NAME curl_easy_upkeep()
+ *
+ * DESCRIPTION
+ *
+ * Performs connection upkeep for the given session handle.
+ */
+CURL_EXTERN CURLcode curl_easy_upkeep(CURL *curl);
+
#ifdef __cplusplus
}
#endif