remove static fftext() from "com_fft.h"
This commit is contained in:
parent
a1e09cdcd1
commit
a10759a699
|
|
@ -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"
|
||||
|
||||
2010-10-15 Robert Larice
|
||||
* src/frontend/com_fft.c ,
|
||||
* 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);
|
||||
|
||||
static void fftext(double*, double*, long int, long int, int);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue