X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=01e0d0a850586312d4c6f4376ee7373ccdde9f93;hp=836babd50845088be08a2061fe39cc6ffd7760cb;hb=d87806284b9f6be9aab71ccbf0280d273b57eeb3;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/send.h b/send.h index 836babd5..01e0d0a8 100644 --- a/send.h +++ b/send.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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. */