src/mathutils.h: move window types doc after ifdef cplusplus
authorPaul Brossier <piem@piem.org>
Mon, 28 Sep 2009 19:11:41 +0000 (21:11 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 28 Sep 2009 19:11:41 +0000 (21:11 +0200)
src/mathutils.h

index eaea72e5361770c4fa27ccd824e8b53a5b03690f..59f3342d191318868a73a33d150c2af3feeee82d 100644 (file)
 #ifndef MATHUTILS_H
 #define MATHUTILS_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /** Window types 
  * 
  * inspired from 
  *  - freqtweak : http://freqtweak.sf.net/
  *  - extace : http://extace.sf.net/
  */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 typedef enum {
        aubio_win_rectangle,          
        aubio_win_hamming,
@@ -100,6 +99,7 @@ uint_t vec_max_elem(fvec_t *s);
 void vec_shift(fvec_t *s);
 /** returns sum */
 smpl_t vec_sum(fvec_t *s);
+
 /** returns energy 
  *
  * \bug mono