]> granicus.if.org Git - neomutt/commit
conn: rename mutt_socket_write to mutt_socket_send
authorDamien Riegel <damien.riegel@gmail.com>
Wed, 8 Nov 2017 15:29:23 +0000 (10:29 -0500)
committerRichard Russon <rich@flatcap.org>
Thu, 12 Apr 2018 08:51:56 +0000 (09:51 +0100)
commita0a32709e3a53b090fa9f46a90d4c9552e4db9fb
treeefb28f4bf1ca7b6b0d9792d945e10d6505f974a4
parent0b0a2315aab77a3369ee2368bdd50e30d8e6339e
conn: rename mutt_socket_write to mutt_socket_send

For consistency, and as the buffer size is not passed to this function,
rename it to use "send" instead of "write". This frees
"mutt_socket_write" symbol, so we will be able to reuse it as a wrapper
over conn->conn_write.
imap/auth_anon.c
imap/auth_cram.c
imap/auth_gss.c
imap/auth_sasl.c
imap/message.c
mutt_socket.h
nntp.c
pop_auth.c
smtp.c