1 #ifndef ngspice_COM_SETSCALE_H
2 #define ngspice_COM_SETSCALE_H
3 
4 #include "ngspice/wordlist.h"
5 
6 
7 void com_setscale(wordlist *wl);
8 
9 #endif
10