[Kst] extragear/graphics/kst/src/plugins/crossspectrum

Andrew Walker arwalker at sumusltd.com
Wed May 10 18:52:54 CEST 2006


SVN commit 539420 by arwalker:

remove compiler warnings

 M  +4 -0      fftsg_h.c  


--- trunk/extragear/graphics/kst/src/plugins/crossspectrum/fftsg_h.c #539419:539420
@@ -260,6 +260,10 @@
 static void cftf081(double *a);
 static void cftf082(double *a);
 
+void cdft(int n, int isgn, double *a);
+void rdft(int n, int isgn, double *a);
+void dfct(int n, double *a);
+void dfst(int n, double *a);
 
 void cdft(int n, int isgn, double *a)
 {


More information about the Kst mailing list