summaryrefslogtreecommitdiff
path: root/lib/speedcheck.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-17 14:53:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-17 14:53:03 +0000
commit135cc036aa1425c52c3cf90176158c19e109cb9b (patch)
treeb79c26833f197fd3dbbd7fa68771d3194a97f36f /lib/speedcheck.h
parentf6163b375f0aeec85172e93823078de86bdd7bf1 (diff)
downloadcurl-135cc036aa1425c52c3cf90176158c19e109cb9b.tar.gz
made the speedcheck actually work again
Diffstat (limited to 'lib/speedcheck.h')
-rw-r--r--lib/speedcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/speedcheck.h b/lib/speedcheck.h
index eb037d508..2ecef302c 100644
--- a/lib/speedcheck.h
+++ b/lib/speedcheck.h
@@ -44,6 +44,7 @@
#include "timeval.h"
+void speedinit(struct UrlData *data);
CURLcode speedcheck(struct UrlData *data,
struct timeval now);