src/spectral/filterbank.{c,h}: aubio_filterbank_t_ -> _aubio_filterbank_t
authorPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 15:38:37 +0000 (17:38 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 15:38:37 +0000 (17:38 +0200)
src/spectral/filterbank.c
src/spectral/filterbank.h

index 62cd572..50564b0 100644 (file)
@@ -26,7 +26,7 @@
 #include "mathutils.h"
 
 /** \brief A structure to store a set of n_filters filters of lenghts win_s */
-struct aubio_filterbank_t_
+struct _aubio_filterbank_t
 {
   uint_t win_s;
   uint_t n_filters;
index 67a9d41..87da5c2 100644 (file)
@@ -36,7 +36,7 @@ extern "C"
 #endif
 
 /** filterbank object */
-typedef struct aubio_filterbank_t_ aubio_filterbank_t;
+typedef struct _aubio_filterbank_t aubio_filterbank_t;
 
 /** create filterbank object