diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 21:18:05 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 21:18:05 +0800 |
| commit | b34168b57020b13ba030de63273784692b3b555a (patch) | |
| tree | b7847143c16d76bdb237d9ae119b0f910b12538f /interchange.cxx | |
| parent | 9bf720a3502862e12199654902bb2f480920479b (diff) | |
Writes/reads to/from a cookie file
Diffstat (limited to 'interchange.cxx')
| -rw-r--r-- | interchange.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/interchange.cxx b/interchange.cxx index 5a574e0..5b39309 100644 --- a/interchange.cxx +++ b/interchange.cxx @@ -5,10 +5,11 @@ namespace QInterchange { static Interchange* interchange; - Interchange::Interchange(char const* sampleURL, char const* image_Dir, char const* certificate) + Interchange::Interchange(char const* sampleURL, char const* image_Dir, + char const* cookie, char const* certificate) { interchange = this; - interchange_init(sampleURL, image_Dir, certificate); + interchange_init(sampleURL, image_Dir, cookie, certificate); } Interchange::~Interchange() |