added definitions for sending and receiving messages

This commit is contained in:
2025-11-24 19:11:09 +05:00
parent 0abee3f7df
commit 571fdd900f
18 changed files with 168 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
#include "tlibc/collections/List.h"
#include "tcp-chat/client.h"
#include "db/idb.h"
#include "cli/ClientCLI/db_tables.h"
#include "db/tables.h"
typedef struct ClientCLI {
Client* client;