1 /*************
2  * Header file for runcoms2.c
3  * 1999 E. Rouat
4  ************/
5 
6 #ifndef ngspice_RUNCOMS2_H
7 #define ngspice_RUNCOMS2_H
8 
9 void com_resume(wordlist *wl);
10 void com_rset(wordlist *wl);
11 void com_remcirc(wordlist *wl);
12 
13 #endif
14