File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ std::string get_str_between_two_str(const std::string& s, const std::string& sta
6565int VerifyPayload (std::string signature, std::string timestamp, std::string body);
6666void checkInit ();
6767std::string checksum ();
68- void debugInfo (std::string data, std::string url, std::string response, std::string headers);
6968void modify ();
7069void runChecks ();
7170void checkAtoms ();
@@ -1660,6 +1659,10 @@ std::string get_str_between_two_str(const std::string& s,
16601659 last_delim_pos - end_pos_of_first_delim);
16611660}
16621661
1662+ void KeyAuth::api::setDebug (bool value) {
1663+ KeyAuth::api::debug = value;
1664+ }
1665+
16631666std::string KeyAuth::api::req (std::string data, std::string url) {
16641667 CURL* curl = curl_easy_init ();
16651668 if (!curl)
You can’t perform that action at this time.
0 commit comments