summaryrefslogtreecommitdiff
path: root/lib/speedcheck.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2016-08-03 08:44:40 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2016-08-03 08:44:40 +0100
commitd0e75a4dd1b5dbadaafeac616c9244d95c0da0d9 (patch)
treeb9cc54b8bd1c220d36790227557a4e980eeda460 /lib/speedcheck.h
parent8651f09f51d271bf2c9defaa33a211a7092642ad (diff)
Imported Upstream version 7.50.1
Diffstat (limited to 'lib/speedcheck.h')
-rw-r--r--lib/speedcheck.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/speedcheck.h b/lib/speedcheck.h
index 786cd121..7dbe3d6d 100644
--- a/lib/speedcheck.h
+++ b/lib/speedcheck.h
@@ -11,7 +11,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at http://curl.haxx.se/docs/copyright.html.
+ * are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
@@ -26,8 +26,8 @@
#include "timeval.h"
-void Curl_speedinit(struct SessionHandle *data);
-CURLcode Curl_speedcheck(struct SessionHandle *data,
+void Curl_speedinit(struct Curl_easy *data);
+CURLcode Curl_speedcheck(struct Curl_easy *data,
struct timeval now);
#endif /* HEADER_CURL_SPEEDCHECK_H */