From 18893127524d87e47a948b9a92d8d8b2ab869852 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 28 Dec 2023 00:04:20 +0300 Subject: WIP --- proto_io.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 proto_io.h (limited to 'proto_io.h') diff --git a/proto_io.h b/proto_io.h new file mode 100644 index 0000000..5881027 --- /dev/null +++ b/proto_io.h @@ -0,0 +1,8 @@ +#pragma once + +/* SPDX-License-Identifier: Unlicense */ + +#include "proto.h" + +int ReceiveFrame(int fd, struct frame *frame); +int SendFrame(int const fd, struct frame const *const frame); -- cgit v1.2.3