summaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-05 10:11:41 +0000
commit4031104404c6ceed5e57134125dcdb6cac51c564 (patch)
tree18bd035e58e42180cf416d0d94d4726cd44d9d7f /lib/timeval.h
parent9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (diff)
downloadcurl-4031104404c6ceed5e57134125dcdb6cac51c564.tar.gz
Internal symbols that aren't static are now prefixed with 'Curl_'
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/timeval.h b/lib/timeval.h
index 8c94f3124..a37852598 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -42,8 +42,8 @@ struct timeval {
#endif
#endif
-struct timeval tvnow ();
-double tvdiff (struct timeval t1, struct timeval t2);
-long tvlong (struct timeval t1);
+struct timeval Curl_tvnow ();
+double Curl_tvdiff (struct timeval t1, struct timeval t2);
+long Curl_tvlong (struct timeval t1);
#endif