From 4031104404c6ceed5e57134125dcdb6cac51c564 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Jan 2001 10:11:41 +0000 Subject: Internal symbols that aren't static are now prefixed with 'Curl_' --- lib/speedcheck.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/speedcheck.h') 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 -- cgit v1.2.3