aboutsummaryrefslogtreecommitdiff
path: root/fft.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-06-06 19:59:38 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-06-06 19:59:38 +0000
commit26adb6c4a3cd258d00f87e3a8ffcab2c55946a1a (patch)
tree49cbbde9bbb7422b3904adf24263b7be27947ee6 /fft.h
parent5ab15cfa2401617d0c58ad4afe292c293e2f4fcf (diff)
add variable fft scala
Diffstat (limited to 'fft.h')
-rw-r--r--fft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fft.h b/fft.h
index 77e4737..cf69e54 100644
--- a/fft.h
+++ b/fft.h
@@ -21,6 +21,6 @@
struct fft;
struct fft *init_fft(int);
-int dofft(struct fft *, int16_t *, double *, double *, int, double *);
+int dofft(struct fft *, int16_t *, double *, double *, int, double *, float);
#endif