/*
 * $Log: proxy,v $
 * Revision 1.2  1998/06/07 19:41:34  joseph
 * Fixed up proxy code so it actually works
 * Improved error handling
 * If a fetch is repeatedly aborted by the server during a download, we
 * now keep the resulting file and mark it as incomplete in the logfile.
 *
 * Revision 1.1.1.1  1997/12/29 14:37:55  jogu
 * WebGet Initial CMS Ver
 *
 */

#ifndef PROXY_H
#define PROXY_H

int proxy_usefor( char */*url*/, char */*host*/ );

#endif
