long time no commit

This commit is contained in:
2024-11-10 14:01:42 +01:00
parent 10196f68b0
commit 32835f2882
9 changed files with 142 additions and 21 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include <curl/curl.h>
#include <string>
namespace bakaapi {
void login();
void login(std::string username, std::string password);
}