diff options
| author | Soikk | 2025-10-25 01:12:46 +0200 |
|---|---|---|
| committer | Soikk | 2025-10-25 01:12:46 +0200 |
| commit | f5b1ec5aefa643ce7b474fde33bb56fc535d8a26 (patch) | |
| tree | a17a30e4f025bef4bf18e62dbc7dfa50903e7bd4 /src/config/config.h | |
| parent | 23dc8e12d896764952c8b0166017980f3d6efee7 (diff) | |
| download | soikk-server-f5b1ec5aefa643ce7b474fde33bb56fc535d8a26.tar.xz soikk-server-f5b1ec5aefa643ce7b474fde33bb56fc535d8a26.tar.zst | |
Changed config port from int to str
Diffstat (limited to 'src/config/config.h')
| -rw-r--r-- | src/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.h b/src/config/config.h index 9a8f058..3f74fc3 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -11,7 +11,7 @@ typedef struct config_m { str file; str name; - int port; + str port; int backlog; } config_m; |
