]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qh
provide the "curl" command in all QC VMs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qh
index 6fa7d382209bd66f10c5e12e667fb59d941ac80e..4391555c6cabe2c3828bed9d4e9d9b85c15bdf8a 100644 (file)
@@ -15,3 +15,5 @@ string GetProgramCommandPrefix(void);
 #define CMD_Write(s) fputs(fh, s)
 #define CMD_Write_Alias(execute,command,description) CMD_Write(sprintf("alias %-20s \"%-13s %-20s ${* ?}\" // %s\n", command, execute, command, description))
 void GenericCommand_macro_write_aliases(float fh);
+
+void Curl_URI_Get_Callback(float id, float status, string data);