1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-10-21 22:30:18 +00:00

minor formatting changes

This commit is contained in:
2022-09-07 18:42:04 -05:00
parent 674ea2b47b
commit 490fcec4e7
2 changed files with 40 additions and 62 deletions

View File

@@ -117,7 +117,7 @@ uint16_t laikaS_readu16(struct sLaika_socket *sock); /* reads UINT16, respecting
void laikaS_writeu32(struct sLaika_socket *sock, uint32_t i); /* writes UINT32, respecting endianness */
uint32_t laikaS_readu32(struct sLaika_socket *sock); /* reads UINT32, respecting endianness */
RAWSOCKCODE laikaS_rawRecv(struct sLaika_socket *sock, size_t sz, int *processed);
RAWSOCKCODE laikaS_rawSend(struct sLaika_socket *sock, size_t sz, int *processed);
RAWSOCKCODE laikaS_rawRecv(struct sLaika_socket *sock, size_t sz, int *processed);
#endif