X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fec.h;h=1e28e8a407494e1ec48a0381d4c9e7acf2c7a3dd;hp=241cf9a48a46623813531b6bfb07a10597b4404d;hb=337d7784b0f8bc30b1fa9af56ace503acd97d40d;hpb=eea9d1cae30df921ae2fd1771518b8b21dbd0daf diff --git a/fec.h b/fec.h index 241cf9a4..1e28e8a4 100644 --- a/fec.h +++ b/fec.h @@ -1,5 +1,6 @@ +/** \file fec.h Exported symbols from fec.c. */ + /* - * fec.c -- forward error correction based on Vandermonde matrices * 980614 * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it) * @@ -43,5 +44,3 @@ void fec_encode(struct fec_parms *parms, const unsigned char * const *src, unsigned char *dst, int idx, int sz); int fec_decode(struct fec_parms *parms, unsigned char **data, int *idx, int sz); - -