1 /*************
2  * Header file for misccoms.c
3  * 1999 E. Rouat
4  ************/
5 
6 #ifndef ngspice_MISCCOMS_H
7 #define ngspice_MISCCOMS_H
8 
9 void com_quit(wordlist *wl);
10 void com_bug(wordlist *wl);
11 void com_version(wordlist *wl);
12 
13 
14 #endif
15