kfc works

This commit is contained in:
Mark Borgerding
2003-12-29 16:46:27 +00:00
parent cd94cd1ed0
commit 630089ded6
4 changed files with 13 additions and 11 deletions

View File

@ -4,7 +4,7 @@ typedef struct
{
int nfft;
int inverse;
const void * cfg;
void * cfg;
void * next;
} cached_fft;