@ -1,3 +1,8 @@
2010-10-15 Robert Larice
* src/frontend/com_fft.c ,
* src/frontend/com_fft.h :
remove static fftext() from "com_fft.h"
* src/frontend/com_fft.h ,
@ -17,6 +17,9 @@ Author: 2008 Holger Vogt
#include "parse.h"
#include "../misc/misc_time.h"
static void fftext(double*, double*, long int, long int, int);
void
com_fft(wordlist *wl)
{
@ -8,6 +8,4 @@
void com_fft(wordlist *wl);
#endif