mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Merge branch 'indev' into launcher_rework
This commit is contained in:
commit
79ecc735a9
@ -1,6 +1,12 @@
|
||||
#ifndef TIER2_CURLUTILS_H
|
||||
#define TIER2_CURLUTILS_H
|
||||
|
||||
struct CURLProgress
|
||||
{
|
||||
CURL* priv;
|
||||
size_t size;
|
||||
};
|
||||
|
||||
size_t CURLWriteStringCallback(char* contents, const size_t size, const size_t nmemb, void* userp);
|
||||
|
||||
CURL* CURLInitRequest(const char* remote, const char* request, string& outResponse, curl_slist*& slist,
|
||||
|
Loading…
x
Reference in New Issue
Block a user