I need sleep

This commit is contained in:
2024-11-27 17:16:48 +01:00
parent a84b70991d
commit 723e955299
5 changed files with 28 additions and 23 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <curl/curl.h>
#include <string>
extern CURL *curl;
namespace bakaapi {
void login(std::string username, std::string password);
void refresh_access_token();