aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/common/convolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/common/convolve.h')
-rw-r--r--Transceiver52M/common/convolve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/common/convolve.h b/Transceiver52M/common/convolve.h
index 08bda0c..43db577 100644
--- a/Transceiver52M/common/convolve.h
+++ b/Transceiver52M/common/convolve.h
@@ -27,4 +27,6 @@ int base_convolve_complex(const float *x, int x_len,
int start, int len,
int step, int offset);
+void convolve_init(void);
+
#endif /* _CONVOLVE_H_ */