From 34836ab2c9124e17d80bd8e8a1601398297391a8 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 19:11:30 +0100 Subject: Make client port configurable and move settings structure to be initialised in main() instead of dochat(). --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 3d81d2f..156d8ad 100644 --- a/config.h +++ b/config.h @@ -13,4 +13,6 @@ int confreplayseconds(); int checkpassword(char *password); +int confclientport(char *port); + #endif -- cgit v1.2.3