summaryrefslogtreecommitdiff
path: root/gr-fft/include
diff options
context:
space:
mode:
authorTom Rondeau2012-05-02 11:59:25 -0400
committerTom Rondeau2012-05-02 11:59:25 -0400
commit38120d6ba5b805f522e74c0e440e487f673cb82e (patch)
tree50e58753a7378c810054477f885303698262bd91 /gr-fft/include
parent7f8331808f99a9747bed39e55bbee98bc58c6038 (diff)
downloadgnuradio-38120d6ba5b805f522e74c0e440e487f673cb82e.tar.gz
gnuradio-38120d6ba5b805f522e74c0e440e487f673cb82e.tar.bz2
gnuradio-38120d6ba5b805f522e74c0e440e487f673cb82e.zip
fft: export the FFTW malloc and free helper functions.
Diffstat (limited to 'gr-fft/include')
-rw-r--r--gr-fft/include/fft/fft.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-fft/include/fft/fft.h b/gr-fft/include/fft/fft.h
index 5cc2e21e8..e3fd3f278 100644
--- a/gr-fft/include/fft/fft.h
+++ b/gr-fft/include/fft/fft.h
@@ -37,15 +37,15 @@ namespace gr {
/*! \brief Helper function for allocating complex fft buffers
*/
- gr_complex* malloc_complex(int size);
+ FFT_API gr_complex* malloc_complex(int size);
/*! \brief Helper function for allocating float fft buffers
*/
- float* malloc_float(int size);
+ FFT_API float* malloc_float(int size);
/*! \brief Helper function for freeing fft buffers
*/
- void free(void *b);
+ FFT_API void free(void *b);
/*!
* \brief Export reference to planner mutex for those apps that