diff options
Diffstat (limited to 'lib/cw-out.h')
-rw-r--r-- | lib/cw-out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cw-out.h b/lib/cw-out.h index c13e853..ca4c2e4 100644 --- a/lib/cw-out.h +++ b/lib/cw-out.h @@ -43,7 +43,7 @@ bool Curl_cw_out_is_paused(struct Curl_easy *data); /** * Flush any buffered date to the client, chunk collation still applies. */ -CURLcode Curl_cw_out_flush(struct Curl_easy *data); +CURLcode Curl_cw_out_unpause(struct Curl_easy *data); /** * Mark EndOfStream reached and flush ALL data to the client. |