diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-17 14:53:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-17 14:53:03 +0000 |
commit | 135cc036aa1425c52c3cf90176158c19e109cb9b (patch) | |
tree | b79c26833f197fd3dbbd7fa68771d3194a97f36f /lib/speedcheck.h | |
parent | f6163b375f0aeec85172e93823078de86bdd7bf1 (diff) | |
download | curl-135cc036aa1425c52c3cf90176158c19e109cb9b.tar.gz |
made the speedcheck actually work again
Diffstat (limited to 'lib/speedcheck.h')
-rw-r--r-- | lib/speedcheck.h | 1 |
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); |