adding add_client to server

This commit is contained in:
jakani24
2024-02-17 10:24:34 +01:00
parent a5763ca271
commit 9d407e5b60
32 changed files with 235 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#ifndef SECURITY_H
#define SECURITY_H
#include <string>
#include <iostream>
#include <fstream>
int check_cert(const char* cert,const char* secrets_path);
char*get_apikey(const char*secrets_path);
char* get_machineid(const char*secrets_path);
#endif // !SECURITY_H