1 /*************
2  * Header file for com_fft.c
3  * 2008 H. Vogt
4  ************/
5 
6 #ifndef ngspice_COM_FFT_H
7 #define ngspice_COM_FFT_H
8 
9 void com_fft(wordlist *wl);
10 void com_psd(wordlist *wl);
11 
12 #endif
13