From fa0f59304ff71f7116b4ca9f7d24e8c6d9ac4fe8 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 7 Dec 2023 20:13:36 +0200 Subject: [server] Implemented CLI with the ability to stop the server --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index e0611c8..13ee5e5 100644 --- a/util.h +++ b/util.h @@ -5,5 +5,6 @@ uint16_t inet_atop(const char *port); void herr(int output, const char* funcName); +void herrc(int output, const char* funcName); #endif -- cgit v1.2.3