From: Wayne Davison Date: Thu, 1 Aug 2002 00:36:56 +0000 (+0000) Subject: Moved the end of start_socket_client() into a new function called X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/68f40ebba95bf0d11bcc438cc8523a7d796e5a83?hp=68f40ebba95bf0d11bcc438cc8523a7d796e5a83 Moved the end of start_socket_client() into a new function called start_inband_exchange() and made several functions take two fds (for the daemon via remote-shell support). The start_daemon() function is no longer static and now works on non-socket fds. ---