diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-18 12:56:03 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-18 12:56:03 +0100 |
commit | 06e6fd1aa7c3f22749a07ed1f15f925aa8a1278b (patch) | |
tree | 0bb520b8627e40f3713adf0e667d9b601937327c /lib/pingpong.h | |
parent | ed7174c6f66550bce83c6278670cdfad9eb7751c (diff) | |
download | curl-06e6fd1aa7c3f22749a07ed1f15f925aa8a1278b.tar.gz |
compiler warning fix
follow-up to commit ed7174c6f66, rename 'wait' to 'block'
Diffstat (limited to 'lib/pingpong.h')
-rw-r--r-- | lib/pingpong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pingpong.h b/lib/pingpong.h index 81d0c32a3..d65671b32 100644 --- a/lib/pingpong.h +++ b/lib/pingpong.h @@ -74,7 +74,7 @@ struct pingpong { * called repeatedly until done. Set 'wait' to make it wait a while on the * socket if there's no traffic. */ -CURLcode Curl_pp_statemach(struct pingpong *pp, bool wait); +CURLcode Curl_pp_statemach(struct pingpong *pp, bool block); /* initialize stuff to prepare for reading a fresh new response */ void Curl_pp_init(struct pingpong *pp); |