]> granicus.if.org Git - neomutt/commit
move mutt_socket_free to conn/socket.c
authorDamien Riegel <damien.riegel@gmail.com>
Wed, 8 Nov 2017 20:47:35 +0000 (15:47 -0500)
committerRichard Russon <rich@flatcap.org>
Thu, 12 Apr 2018 08:51:56 +0000 (09:51 +0100)
commit76262ac115923b747939f6f306add5768163cb38
tree3b57ac51f849e21b43f3ef8d8f139b7d6cc86ea7
parent9a10f223fc00b17531532d5112d2ea0ce2ded953
move mutt_socket_free to conn/socket.c

mutt_socket_new is in conn/socket.c, mutt_socket_free is in
mutt_socket.c. Let's move these two together. "Connections" is made
global during the transition to keep the diffs more straightforward.
conn/socket.c
conn/socket.h
mutt_socket.c
mutt_socket.h