00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __SPEEDCHECK_H 00006 #define __SPEEDCHECK_H 00007 00008 #include "setup.h" 00009 00010 #include "timeval.h" 00011 00012 void Curl_speedinit(struct SessionHandle *data); 00013 CURLcode Curl_speedcheck(struct SessionHandle *data, 00014 struct timeval now); 00015 00016 #endif
1.5.6