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