#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);