_fetch_info
_fetch_info("looking up %s", host);
_fetch_info("connecting to %s:%d", host, port);
_fetch_info("failed to bind to '%s'", bindaddr);
_fetch_info("$NETRC specifies a file name "
DEBUG(_fetch_info("Using default .netrc settings"));
DEBUG(_fetch_info("Using .netrc settings for %s", word));
_fetch_info("login name in .netrc is too long");
_fetch_info("password in .netrc is too long");
void _fetch_info(const char *, ...);
_fetch_info("setting passive mode");
_fetch_info("opening data connection");
_fetch_info("initiating transfer");
_fetch_info("binding data socket");
_fetch_info("initiating transfer");
_fetch_info("%d redirect to %s", conn->err, p);
_fetch_info("requesting %s://%s%s",
_fetch_info("server requires authorization");