1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

remove redundant declaration

This commit is contained in:
p2r3
2025-08-17 03:00:40 +03:00
parent ecad0d7a50
commit c5339380cd

View File

@@ -6,8 +6,6 @@
#include "globals.h"
static ssize_t recv_all (int client_fd, void *buffer, size_t length);
ssize_t writeByte (int client_fd, uint8_t byte);
ssize_t writeUint16 (int client_fd, uint16_t num);
ssize_t writeUint32 (int client_fd, uint32_t num);