]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
compiler warning fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Feb 2013 11:56:03 +0000 (12:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Feb 2013 11:56:03 +0000 (12:56 +0100)
follow-up to commit ed7174c6f66, rename 'wait' to 'block'

lib/pingpong.h

index 81d0c32a35318a8c7204f735f45cf7f9147e1582..d65671b32e8b6248c9cd30cdb3f5ab03d31403fa 100644 (file)
@@ -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);