work in progess

This commit is contained in:
Олег Бородин
2025-10-19 09:50:19 +02:00
parent a9541628be
commit 3e978a685f
9 changed files with 48 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
#ifndef SERVER_H_QWERTY
#define SERVER_H_QWERTY
int server_init(void);
int server_init(int argc, char** argv);
int server_config(void);
int server_run(void);