aboutsummaryrefslogtreecommitdiffstats
path: root/src/fec/encode_rs_char.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-09-23 20:09:39 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-09-23 20:09:39 +0200
commit09e514732788d821189c59ddc58e70355ba1a3cb (patch)
treed7adc353859aa7f796bda0b4be12421f69779e73 /src/fec/encode_rs_char.c
parent56ad3cdd13e4c0078329ede5781bae4fcaeed569 (diff)
downloadODR-SourceCompanion-09e514732788d821189c59ddc58e70355ba1a3cb.tar.gz
ODR-SourceCompanion-09e514732788d821189c59ddc58e70355ba1a3cb.tar.bz2
ODR-SourceCompanion-09e514732788d821189c59ddc58e70355ba1a3cb.zip
Add code from common repository
Diffstat (limited to 'src/fec/encode_rs_char.c')
-rw-r--r--src/fec/encode_rs_char.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/fec/encode_rs_char.c b/src/fec/encode_rs_char.c
deleted file mode 100644
index a9bf2b8..0000000
--- a/src/fec/encode_rs_char.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Reed-Solomon encoder
- * Copyright 2002, Phil Karn, KA9Q
- * May be used under the terms of the GNU Lesser General Public License (LGPL)
- */
-#include <string.h>
-
-#include "char.h"
-#include "rs-common.h"
-
-void encode_rs_char(void *p,data_t *data, data_t *parity){
- struct rs *rs = (struct rs *)p;
-
-#include "encode_rs.h"
-
-}