2005-05-30 22:28:29 +02:00
|
|
|
/*************
|
|
|
|
|
* Header file for com_shell.c
|
|
|
|
|
************/
|
|
|
|
|
|
2013-01-23 20:57:32 +01:00
|
|
|
#ifndef ngspice_COM_SHELL_H
|
|
|
|
|
#define ngspice_COM_SHELL_H
|
2005-05-30 22:28:29 +02:00
|
|
|
|
|
|
|
|
void com_shell(wordlist *wl);
|
|
|
|
|
|
2013-01-23 20:57:12 +01:00
|
|
|
#endif
|