X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=send.h;h=e3f76caf3376c017b21fed8d97fb0d36b3dc9af6;hb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87;hp=836babd50845088be08a2061fe39cc6ffd7760cb;hpb=db1a8e68e58a03bcf06ccc91e78c4da94e7b9144;p=paraslash.git diff --git a/send.h b/send.h index 836babd5..e3f76caf 100644 --- a/send.h +++ b/send.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2014 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. */