


% -*- texinfo -*-
% @deftypefn {Function File} {@var{conn} =} yahoo
% @deftypefnx {Function File} {@var{conn} =} yahoo (@var{URL}, @var{ipaddress}, @var{port})
%
% Prepare a Yahoo connection for the fetch command to get Yahoo
% historical quote data.
%
% If given, the @var{URL} must be 'http://quote.yahoo.com'. The
% @var{ipaddress} and @var{port} is the proxy ipaddress and port. These
% parameters are currently ignored (with a warning if given).
%
% @seealso{fetch, google}
% @end deftypefn