]> granicus.if.org Git - curl/commit
rename "easy" statemachines: call them block instead
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Feb 2013 10:03:42 +0000 (11:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Feb 2013 10:10:18 +0000 (11:10 +0100)
commitc25383ae1329199107943211e543612d288eb1ae
tree2331b0da5e51f749924dd205702109ebc974e9a6
parent6106eeba16f45a6a2fccdfac2b9b64dcf12f2a20
rename "easy" statemachines: call them block instead

... since they're not used by the easy interface really, I wanted to
remove the association. Also, I unified the pingpong statemachine driver
into a single function with a 'wait' argument: Curl_pp_statemach.
lib/ftp.c
lib/imap.c
lib/pingpong.c
lib/pingpong.h
lib/pop3.c
lib/smtp.c
lib/ssh.c