CVS commit by arwalker: Removed compiler warnings. M +4 -0 fftsg_h.c 1.3 --- kdeextragear-2/kst/kst/fftsg_h.c #1.2:1.3 @@ -217,4 +217,8 @@ macro definitions */ +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); static void cftfsub(int n, double *a);