blob: f0957a1ca2927096c3d2e505c517c7aa7cb99697 [file] [log] [blame]
sync prototypes between the header and source
--- fec-pkt.c
+++ fec-pkt.c
@@ -68,3 +68,3 @@
**/
-int fec_pkt_read(fec_pkt_t *pkt, int fd) {
+ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {
assert(pkt != NULL);