Le merge / 20

This commit is contained in:
LuckyLaszlo
2022-08-14 06:30:27 +02:00
parent 84babec82b
commit ce0a004d28
15 changed files with 159 additions and 49 deletions

View File

@@ -11,6 +11,7 @@
# include <arpa/inet.h> // htonl, htons, ntohl, ntohs, inet_addr, inet_ntoa
# include "utils.hpp"
# include "ServerConfig.hpp"
# include "colors.h"
struct Script
{
@@ -86,7 +87,7 @@ class Client
void clear();
void clear_request();
void clear_script();
void fill_script_path(const std::string &path, size_t pos);
void fill_script_path(std::string &path, size_t pos);
// DEBUG
void print_client(std::string message = "");