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