aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2025-03-18 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-18 14:00:00 +0100
commitb97cc6ef46e1e9e638f79405b43b2288fce1bd24 (patch)
tree235db2c1d621f03ba2857f46cb9e4768aa89194e /server.c
parentfe678e6c70f00a1f5b93f43ced5992916d24814d (diff)
Updated box, send and server examples with new code
Diffstat (limited to 'server.c')
-rw-r--r--server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server.c b/server.c
index bb94b36..27b1d4b 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,7 @@
+#define CHATTY_IMPL
#include "chatty.h"
+#undef CHATTY_IMPL
+
#include "protocol.h"
#include <assert.h>