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