]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/urllib.qh
rename url_fopen to url_single_fopen
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / urllib.qh
index e4aa49ee23a33610bfab30f9d72358d10a4c0701..6c31a5a9ca402a4bb8142654672b15b38c28f81d 100644 (file)
@@ -5,7 +5,7 @@ float URL_READY_CANREAD  =  2;
 // errors: -1, or negative HTTP status code
 typedef void(entity handle, entity pass, float status) url_ready_func;
 
-void url_fopen(string url, float mode, url_ready_func rdy, entity pass);
+void url_single_fopen(string url, float mode, url_ready_func rdy, entity pass);
 void url_fclose(entity e, url_ready_func rdy, entity pass);
 string url_fgets(entity e);
 void url_fputs(entity e, string s);