header for optran

This commit is contained in:
Holger Vogt 2020-05-25 08:07:38 +02:00
parent 29dfa23465
commit 83e223fafc
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