summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-20 21:44:13 +1300
committerAnthony Blake <anthonix@me.com>2012-10-20 21:44:13 +1300
commitb21df70207d14e20527b15ee4b4221d755d15cbf (patch)
tree800db84cb2cad816430a54bf3dc92a5276e6dd25 /include/ffts.h
parent98ca6df9c027eb1648ff32f333ffef74612f4d7b (diff)
downloadffts-b21df70207d14e20527b15ee4b4221d755d15cbf.zip
ffts-b21df70207d14e20527b15ee4b4221d755d15cbf.tar.gz
Transforms for N>=32 are now thread safe
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ffts.h b/include/ffts.h
index 4ea454e..75392eb 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -63,6 +63,7 @@ struct _ffts_plan_t {
};
*/
+struct _ffts_plan_t;
typedef struct _ffts_plan_t ffts_plan_t;
void ffts_execute(ffts_plan_t * , const void * , const void * );
OpenPOWER on IntegriCloud