X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Furllib.qh;h=d58a0b1aaf7eb4955bf3e87bd6fcf3db036782c5;hb=2718fac2d710f2c4e63a6de3cfe0ffc66dc7d6a3;hp=8bc9e8333a62399d4c4fffb28b71be4015b497d1;hpb=ef5d72bcd06c2c1380e63fe900aafbca20153d02;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/urllib.qh b/qcsrc/common/urllib.qh index 8bc9e8333..d58a0b1aa 100644 --- a/qcsrc/common/urllib.qh +++ b/qcsrc/common/urllib.qh @@ -14,9 +14,9 @@ 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) void url_multi_fopen(string url, float mode, url_ready_func rdy, entity pass); -#endif \ No newline at end of file +#endif