add local prototype for add_device()
This commit is contained in:
parent
7f7504f30a
commit
484f678f5c
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-15 Robert Larice
|
||||||
|
* src/spicelib/devices/dev.c :
|
||||||
|
add local prototype for add_device()
|
||||||
|
|
||||||
2010-10-15 Robert Larice
|
2010-10-15 Robert Larice
|
||||||
* src/xspice/cmpp/ifs_lex.l ,
|
* src/xspice/cmpp/ifs_lex.l ,
|
||||||
* src/xspice/cmpp/ifs_yacc.y ,
|
* src/xspice/cmpp/ifs_yacc.y ,
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ int g_evt_num_udn_types = 0;
|
||||||
|
|
||||||
/*The digital node type */
|
/*The digital node type */
|
||||||
extern Evt_Udn_Info_t idn_digital_info;
|
extern Evt_Udn_Info_t idn_digital_info;
|
||||||
|
int add_device(int n, SPICEdev **devs, int flag);
|
||||||
int add_udn(int,Evt_Udn_Info_t **);
|
int add_udn(int,Evt_Udn_Info_t **);
|
||||||
/*saj*/
|
/*saj*/
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue