summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-20 18:10:52 +1300
committerAnthony Blake <anthonix@me.com>2012-10-20 18:10:52 +1300
commit9ea5b92ff89e5caf9f2b364459b775aa6dbf4c24 (patch)
tree71784f208b58cf9233396cc18366638210f03c5f /include/ffts.h
parent45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7 (diff)
downloadffts-9ea5b92ff89e5caf9f2b364459b775aa6dbf4c24.zip
ffts-9ea5b92ff89e5caf9f2b364459b775aa6dbf4c24.tar.gz
Made ffts_plan_t private -- transforms now have to use ffts_execute()
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ffts.h b/include/ffts.h
index f150a6f..4ea454e 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -43,7 +43,7 @@ extern "C"
{
#endif /* __cplusplus */
-
+/*
typedef size_t transform_index_t;
struct _ffts_plan_t {
ptrdiff_t *offsets;
@@ -61,6 +61,7 @@ struct _ffts_plan_t {
size_t transform_size;
void *constants;
};
+*/
typedef struct _ffts_plan_t ffts_plan_t;
OpenPOWER on IntegriCloud