]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - libcurl.h
Fix file paths.
[xonotic/darkplaces.git] / libcurl.h
index b78955c6b1945c1f4dd253228a7f5964bb4a4baa..d960be8af0939c7c97eb19293e5bbe4657b75ecd 100644 (file)
--- a/libcurl.h
+++ b/libcurl.h
@@ -13,7 +13,7 @@ enum
 typedef void (*curl_callback_t) (int status, size_t length_received, unsigned char *buffer, void *cbdata);
 // code is one of the CURLCBSTATUS constants, or the HTTP error code (when > 0).
 
-void Curl_Run(void);
+void Curl_Frame(void);
 qbool Curl_Running(void);
 qbool Curl_Begin_ToFile(const char *URL, double maxspeed, const char *name, int loadtype, qbool forthismap);