Add a check for libosl to configure.ac.
[paraslash.git] / fec.h
diff --git a/fec.h b/fec.h
index 241cf9a48a46623813531b6bfb07a10597b4404d..1e28e8a407494e1ec48a0381d4c9e7acf2c7a3dd 100644 (file)
--- 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);
-
-