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
65
65
int VerifyPayload (std::string signature, std::string timestamp, std::string body);
66
66
void checkInit ();
67
67
std::string checksum ();
68
- void debugInfo (std::string data, std::string url, std::string response, std::string headers);
69
68
void modify ();
70
69
void runChecks ();
71
70
void checkAtoms ();
@@ -1660,6 +1659,10 @@ std::string get_str_between_two_str(const std::string& s,
1660
1659
last_delim_pos - end_pos_of_first_delim);
1661
1660
}
1662
1661
1662
+ void KeyAuth::api::setDebug (bool value) {
1663
+ KeyAuth::api::debug = value;
1664
+ }
1665
+
1663
1666
std::string KeyAuth::api::req (std::string data, std::string url) {
1664
1667
CURL* curl = curl_easy_init ();
1665
1668
if (!curl)
You can’t perform that action at this time.
0 commit comments