aboutsummaryrefslogtreecommitdiff
path: root/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'fft.h')
-rw-r--r--fft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fft.h b/fft.h
index f1dd69a..02b1a69 100644
--- a/fft.h
+++ b/fft.h
@@ -22,8 +22,8 @@ struct fft;
__BEGIN_DECLS
struct fft *init_fft(int);
-int dofft(struct fft *, int16_t *, double *, int);
-void del_fft(struct fft *);
+int exec_fft(struct fft *, int16_t *, double *, int);
+void free_fft(struct fft *);
__END_DECLS
#endif