sens_getp() prototype --> include file

This commit is contained in:
rlar 2010-10-08 18:31:32 +00:00
parent 746c9d1212
commit 8382aceba3
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-08 Robert Larice
* src/include/sensgen.h ,
* src/spicelib/analysis/cktsgen.c :
sens_getp() prototype --> include file
2010-10-08 Robert Larice
* src/xspice/idn/idndig.c :
static function definition

View File

@ -19,3 +19,4 @@ struct s_sgen {
extern sgen *sgen_init(CKTcircuit *ckt, int is_dc);
extern int sgen_next(sgen **xsg);
extern int sgen_setp(sgen*, CKTcircuit*, IFvalue* ); /* AlansFixes */
extern int sens_getp(sgen *, CKTcircuit *, IFvalue *);

View File

@ -16,7 +16,6 @@ int set_model(sgen *);
int set_param(sgen *);
int set_inst(sgen *);
int set_dev(sgen *);
extern int sens_getp(sgen *, CKTcircuit *, IFvalue *);
sgen *
sgen_init(CKTcircuit *ckt, int is_dc)