00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __FILE_H 00006 #define __FILE_H 00007 00008 #ifndef CURL_DISABLE_FILE 00009 CURLcode Curl_file(struct connectdata *, bool *done); 00010 CURLcode Curl_file_done(struct connectdata *, CURLcode, bool premature); 00011 CURLcode Curl_file_connect(struct connectdata *); 00012 #endif 00013 #endif
1.5.6