refactoring + signal handling

This commit is contained in:
2024-11-09 12:23:07 +01:00
parent 2ed6176f38
commit bd1e8c5a36
10 changed files with 161 additions and 60 deletions
+4
View File
@@ -0,0 +1,4 @@
#include <curl/curl.h>
namespace bakaapi {
void login();
}