diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-03-18 14:00:00 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-18 14:00:00 +0100 |
commit | 466ffd05d8a948cee4c68fc485cb636c12b94bcf (patch) | |
tree | 235db2c1d621f03ba2857f46cb9e4768aa89194e /send.c | |
parent | 1e85da7c299e0ab8f8fe9d882bae4952049d46e6 (diff) |
Updated box, send and server examples with new code
Diffstat (limited to 'send.c')
-rw-r--r-- | send.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ #include <string.h> #include <unistd.h> +#define CHATTY_IMPL #include "chatty.h" +#undef CHATTY_IMPL #include "protocol.h" int |