]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - libcurl.h
Improve client/listen curl transfer speed at low FPS
[xonotic/darkplaces.git] / libcurl.h
index d960be8af0939c7c97eb19293e5bbe4657b75ecd..21b8c6fe9f331cbfd2f31ba83e272736cbf4aad0 100644 (file)
--- a/libcurl.h
+++ b/libcurl.h
@@ -14,6 +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);
+void Curl_Select(double *microseconds);
 qbool Curl_Running(void);
 qbool Curl_Begin_ToFile(const char *URL, double maxspeed, const char *name, int loadtype, qbool forthismap);