aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/common/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/common/convert.h')
-rw-r--r--Transceiver52M/common/convert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/common/convert.h b/Transceiver52M/common/convert.h
index 4827c28..1d3a180 100644
--- a/Transceiver52M/common/convert.h
+++ b/Transceiver52M/common/convert.h
@@ -3,5 +3,6 @@
void convert_float_short(short *out, const float *in, float scale, int len);
void convert_short_float(float *out, const short *in, int len);
+void convert_init(void);
#endif /* _CONVERT_H_ */