You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/poc/files/poc-0.4.1-fec-pkt-prototype...

10 lines
214 B

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);