Added prototype.

This commit is contained in:
pnenzi 2004-01-10 12:07:03 +00:00
parent 00ccfec837
commit a872f83194
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-01-10 Paolo Nenzi <p.nenzi@ieee.org>
* src/include/cktdefs.h: added prototype for NInzIter().
* src/spicelib/devices/cpl/*: Added CPLask and CPLmAsk functions to
access device's internals. Added CPLunsetup function to allow
for multiple simulations.

View File

@ -383,7 +383,8 @@ extern int NIpzSym(PZtrial **, PZtrial *);
extern int NIpzSym2(PZtrial **, PZtrial *);
extern int NIreinit( CKTcircuit *);
extern int NIsenReinit( CKTcircuit *);
extern int NIdIter (CKTcircuit *);
extern int NIdIter (CKTcircuit *);
extern void NInzIter(CKTcircuit*, int, int );
extern IFfrontEnd *SPfrontEnd;
#endif /*CKT*/