header for optran

This commit is contained in:
Holger Vogt 2020-05-25 08:07:38 +02:00
parent 7463198c5c
commit ab97ff6139
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