Browse Source

add local prototype for add_device()

pre-master-46
rlar 16 years ago
parent
commit
484f678f5c
  1. 4
      ChangeLog
  2. 2
      src/spicelib/devices/dev.c

4
ChangeLog

@ -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
* src/xspice/cmpp/ifs_lex.l ,
* src/xspice/cmpp/ifs_yacc.y ,

2
src/spicelib/devices/dev.c

@ -67,7 +67,7 @@ int g_evt_num_udn_types = 0;
/*The digital node type */
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 **);
/*saj*/
#endif

Loading…
Cancel
Save