summaryrefslogtreecommitdiff
path: root/media-sound/poc/files/poc-0.4.1-fec-pkt-prototype.patch
blob: 757a85faddb6468509e69356c87eb153fdba5dfd (plain)
1
2
3
4
5
6
7
8
9
sync prototypes between the header and source

--- a/fec-pkt.c
+++ b/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);