1 #ifndef ngspice_COM_AHELP_H
2 #define ngspice_COM_AHELP_H
3 
4 
5 void com_ahelp(wordlist *wl);
6 
7 #endif
8