Browse Source

add routine load_vadev to public definitions.

r29173 15 years ago
parent
commit
f8f1e1f974
  1. 4
      src/include/ngspice/ngspice.h

4
src/include/ngspice/ngspice.h

@ -234,6 +234,10 @@ extern char *Inp_Path;
extern int ARCHme; /* My logical process number */
extern int ARCHsize; /* Total number of processes */
#ifdef ADMS
int load_vadev(CKTcircuit *ckt, char *name);
#endif
#ifdef TCL_MODULE
#include <errno.h>

Loading…
Cancel
Save