]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/urllib.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / urllib.qh
index 8bc9e8333a62399d4c4fffb28b71be4015b497d1..87dcf8dde110c3e0749f9e549470dac7b6c8cf93 100644 (file)
@@ -14,7 +14,7 @@ string url_fgets(entity e);
 void url_fputs(entity e, string s);
 
 // returns true if handled
-float url_URI_Get_Callback(float id, float status, string data);
+float url_URI_Get_Callback(int id, float status, string data);
 #define MIN_URL_ID URI_GET_URLLIB
 #define NUM_URL_ID (URI_GET_URLLIB_END - URI_GET_URLLIB + 1)