From b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:57:21 -0500 Subject: oopsies --- src/Config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Config.h (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h new file mode 100644 index 0000000..384ed94 --- /dev/null +++ b/src/Config.h @@ -0,0 +1,11 @@ +#ifndef CONFIG_H +#define CONFIG_H + +typedef struct { + char host[256]; + int port; +} Config; + +int load_config(const char *filename, Config *config); + +#endif \ No newline at end of file -- cgit v1.2.3