diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 10:11:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 10:11:41 +0000 |
commit | 4031104404c6ceed5e57134125dcdb6cac51c564 (patch) | |
tree | 18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/speedcheck.h | |
parent | 9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff) | |
download | curl-4031104404c6ceed5e57134125dcdb6cac51c564.tar.gz |
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/speedcheck.h')
-rw-r--r-- | lib/speedcheck.h | 6 |
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 |