header for optran

This commit is contained in:
Holger Vogt 2020-05-25 08:07:38 +02:00
parent 82c7df4c3d
commit 0754a35296
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef ngspice_COM_OPTRAN_H
#define ngspice_COM_OPTRAN_H
void com_optran(wordlist *wl);
#endif