]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - libcurl.h
sys: [Linux] remove/replace obsolete timing and sleep syscalls, slightly improve...
[xonotic/darkplaces.git] / libcurl.h
index 722981e2f7b914703df2baf536f6a03cd9c4dbbe..908bc4828f6c9b49c65dc0f94cece728cc986b14 100644 (file)
--- a/libcurl.h
+++ b/libcurl.h
@@ -14,7 +14,7 @@ typedef void (*curl_callback_t) (int status, size_t length_received, unsigned ch
 // code is one of the CURLCBSTATUS constants, or the HTTP error code (when > 0).
 
 void Curl_Frame(void);
-int Curl_Select(uint32_t microseconds);
+int Curl_Select(int timeout_ms);
 qbool Curl_Running(void);
 qbool Curl_Begin_ToFile(const char *URL, double maxspeed, const char *name, int loadtype, qbool forthismap);