refactor(server): clean code

This commit is contained in:
2025-09-12 21:16:19 +02:00
parent b0151ca885
commit 15a0f0290b
9 changed files with 164 additions and 141 deletions

View File

@@ -19,6 +19,7 @@ typedef struct cws_config {
} cws_config_s;
cws_config_s *cws_config_init(void);
void cws_config_free(cws_config_s *config);
#endif