1 #ifndef ngspice_COM_DUMP_H
2 #define ngspice_COM_DUMP_H
3 
4 void com_dump(wordlist *wl);
5 
6 #endif
7