aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/masterserver.h
diff options
context:
space:
mode:
authorp0358 <p0358@users.noreply.github.com>2021-12-31 23:02:15 +0100
committerp0358 <p0358@users.noreply.github.com>2021-12-31 23:02:15 +0100
commit047539631f9485540865cec55076928717e0f25b (patch)
tree6755296f3ee39683a583124619b4567861890241 /NorthstarDedicatedTest/masterserver.h
parent89699322407bd31e1440d27c26c8ee352f824d93 (diff)
downloadNorthstarLauncher-047539631f9485540865cec55076928717e0f25b.tar.gz
NorthstarLauncher-047539631f9485540865cec55076928717e0f25b.zip
Isolate out common curl options and add -msinsecure option again
Diffstat (limited to 'NorthstarDedicatedTest/masterserver.h')
-rw-r--r--NorthstarDedicatedTest/masterserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/masterserver.h b/NorthstarDedicatedTest/masterserver.h
index 5018ba05..694639dc 100644
--- a/NorthstarDedicatedTest/masterserver.h
+++ b/NorthstarDedicatedTest/masterserver.h
@@ -96,7 +96,7 @@ public:
MainMenuPromoData m_MainMenuPromoData;
private:
- void SetHttpClientOptions(httplib::Client& http);
+ void SetCommonHttpClientOptions(CURL* curl);
public:
MasterServerManager();