aboutsummaryrefslogtreecommitdiff
path: root/lib/speedcheck.h
diff options
context:
space:
mode:
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 6340528b3..6674048f3 100644
--- a/lib/speedcheck.h
+++ b/lib/speedcheck.h
@@ -27,8 +27,8 @@
#include "timeval.h"
-void speedinit(struct UrlData *data);
-CURLcode speedcheck(struct UrlData *data,
- struct timeval now);
+void Curl_speedinit(struct UrlData *data);
+CURLcode Curl_speedcheck(struct UrlData *data,
+ struct timeval now);
#endif