add: error message

This commit is contained in:
2025-11-20 10:37:16 -06:00
parent 214abd7ddd
commit c6289081e7
7 changed files with 200 additions and 97 deletions

View File

@ -2,7 +2,6 @@
#include <stddef.h>
int packet_compare(const char *sent, const char *received, size_t packet_size);
int packet_check(char *packet, size_t packet_size);
int check_packet_conformity(char *sent, char *received, size_t packet_size);
int packet_update(char *packet, size_t payload_size);
void *packet_create(size_t payload_size);