From ca46c321915798818d6716fb5c2be9f538f2e722 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Thu, 11 Jun 2020 12:29:43 +0200 Subject: Add some socket options to minecraft protocol sockets --- main.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index d0cb41b..578c8d7 100644 --- a/main.h +++ b/main.h @@ -3,6 +3,9 @@ #include #include + +struct cfg; + #include "utils.h" extern bool exiting; @@ -18,8 +21,6 @@ void die(const char *fmt, ...); #define perrordie(msg) die("%s: %m\n", msg) -struct cfg; - struct uring_task; /* To save typing in all the function definitions below */ -- cgit v1.2.3