Browse Source

Add missing function prototypes

pre-master-46
Holger Vogt 4 months ago
parent
commit
83e2b284f3
  1. 13
      src/include/ngspice/sharedspice.h

13
src/include/ngspice/sharedspice.h

@ -497,6 +497,19 @@ int ngSpice_nospinit(void);
IMPEXP IMPEXP
int ngSpice_nospiceinit(void); int ngSpice_nospiceinit(void);
/* Locking and unlocking the realloc of output vectors during simulation. May be set
during reading output vectors in the primary thread, while the simulation in the
background thread is moving on. */
IMPEXP
int ngSpice_LockRealloc(void);
IMPEXP
int ngSpice_UnlockRealloc(void);
/* Reset ngspice as far as possible. */
IMPEXP
int ngSpice_Reset(void);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

Loading…
Cancel
Save