]> granicus.if.org Git - curl/commit
FTP: renamed several local functions
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2013 10:19:01 +0000 (12:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2013 10:19:01 +0000 (12:19 +0200)
commit058b86e6f342d34863f927169475f883c3dbdbd9
tree1cd5b2302851c5aa3c8ce0bef490c83c0bd6dffe
parent0018d6830e23daa6d18dc215767482c953e9a68c
FTP: renamed several local functions

The previous naming scheme ftp_state_post_XXXX() wasn't really helpful
as it wasn't always immediately after 'xxxx' and it wasn't easy to
understand what it does based on such a name.

This new one is instead ftp_state_yyyy() where yyyy describes what it
does or sends.
lib/ftp.c