modtrezormsg: fix 4a359d2

This commit is contained in:
Jan Pochyla 2017-06-07 14:35:46 +02:00
parent 63e6e85a7c
commit ecefb1c0ef
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ void msg_init(void)
assert(b != -1);
}
ssize_t msg_send(uint8_t iface, const uint8_t *buf, size_t len);
ssize_t msg_recv(uint8_t *iface, uint8_t *buf, size_t len)
{
struct sockaddr_in si;