Added a CIDER dpendent reference

This commit is contained in:
sjborley 2005-05-30 20:30:09 +00:00
parent 67ff1b3a83
commit e4fdd6719c
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Copyright (c) 1985 Thomas L. Quarles
* Modified 1999 Paolo Nenzi - Removed non STDC definitions
* Modified 2000 AlansFixes
* $Id$
*/
#ifndef CKT
#define CKT "CKTdefs.h $Revision$ on $Date$ "
@ -288,6 +289,9 @@ extern int CKTdltNNum(void *, int );
extern int CKTdltNod( void *, void *);
extern int CKTdoJob( void *, int , void *);
extern void CKTdump( CKTcircuit *, double, void *);
#ifdef CIDER
extern void NDEVacct(CKTcircuit *ckt, FILE *file);
#endif /* CIDER */
extern void CKTncDump(CKTcircuit *);
extern int CKTfndAnal( void *, int *, void **, IFuid , void *, IFuid );
extern int CKTfndBranch( CKTcircuit *, IFuid);