X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=libcurl.h;h=15bf019b743bcf123d879a28121344fce1cfbc0c;hp=c01aed35ce30bd4fc4fee21e80f037d291a60743;hb=eb155f171d675b2c36f09f0bdf348776d2ec2fab;hpb=a2210a953016798b2e06aa10e45f13fb358788af diff --git a/libcurl.h b/libcurl.h index c01aed35..15bf019b 100644 --- a/libcurl.h +++ b/libcurl.h @@ -15,6 +15,7 @@ qboolean Curl_Begin_ToFile(const char *URL, double maxspeed, const char *name, i qboolean Curl_Begin_ToMemory(const char *URL, double maxspeed, unsigned char *buf, size_t bufsize, curl_callback_t callback, void *cbdata); qboolean Curl_Begin_ToMemory_POST(const char *URL, const char *extraheaders, double maxspeed, const char *post_content_type, const unsigned char *postbuf, size_t postbufsize, unsigned char *buf, size_t bufsize, curl_callback_t callback, void *cbdata); +void Curl_Cancel_ToMemory(curl_callback_t callback, void* cbdata); void Curl_Init(void); void Curl_Init_Commands(void);