mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-19 05:19:02 +00:00
conv.h, hsfft.h, real.h: squash remaining redundant typedefs
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct fft_real_set* fft_real_object;
|
||||
|
||||
fft_real_object fft_real_init(int N, int sgn);
|
||||
|
||||
void fft_r2c_exec(fft_real_object obj,fft_type *inp,fft_data *oup);
|
||||
|
||||
Reference in New Issue
Block a user