aboutsummaryrefslogtreecommitdiff
path: root/fft.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-06-22 20:16:20 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-06-22 20:16:20 +0000
commit4eb398d0af04e27327d0482bf1917066420b97a2 (patch)
tree32192d84d33af98c114b2608eb09e5268e9e9899 /fft.h
parent84632dda7f646a18893cbb363899d7e01a87f312 (diff)
Switch to X11
Diffstat (limited to 'fft.h')
-rw-r--r--fft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fft.h b/fft.h
index 77e4737..1e89451 100644
--- a/fft.h
+++ b/fft.h
@@ -21,6 +21,7 @@
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, float);
+void del_fft(struct fft *);
#endif