unconditional visibility of the cider prototypes limit*()

This commit is contained in:
rlar 2010-10-16 16:00:58 +00:00
parent 60caf347a3
commit c04fd4df28
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-10-16 Robert Larice
* src/include/devdefs.h :
unconditional visibility of the cider prototypes limit*()
2010-10-16 Robert Larice
* src/frontend/rawfile.c :
remove unused variables

View File

@ -22,14 +22,12 @@ void DEVqmeyer(double,double,double,double,double,double*,double*,double*,
double,double);
double DEVpred(CKTcircuit*,int);
#ifdef CIDER
/* Cider integration */
double limitResistorVoltage( double, double, int * );
double limitJunctionVoltage( double, double, int * );
double limitVbe( double, double, int * );
double limitVce( double, double, int * );
double limitVgb( double, double, int * );
#endif