X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;h=8a69cb714ecd6c4a33d5c9c3bd8e99a9b3aff454;hb=3d9df3244a04aaf5c0c216f2e475f5355cf9721b;hp=52f7a10d11f1699c41b2e81cb0d5e5f278459414;hpb=b15735ae7de59e0d9db43f23388d8ac47a6d2def;p=paraslash.git diff --git a/send.h b/send.h index 52f7a10d..8a69cb71 100644 --- a/send.h +++ b/send.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 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. */