]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send.h
Merge remote-tracking branch 's/master'
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index 836babd50845088be08a2061fe39cc6ffd7760cb..d9575d3bfc816237cc85302aa0dcc55ecbec05e4 100644 (file)
--- a/send.h
+++ b/send.h
@@ -146,7 +146,7 @@ struct fec_client_parms {
         */
        int (*init_fec)(struct sender_client *sc);
        /** Push out FEC-encoded packets */
-       int (*send_fec)(struct sender_client *sc, char *buf, size_t len);
+       void (*send_fec)(struct sender_client *sc, char *buf, size_t len);
 };
 
 /** Describes the current status of one paraslash sender. */