Add missing function prototypes

This commit is contained in:
Holger Vogt 2025-12-03 22:51:54 +01:00
parent c1acc44a55
commit 83e2b284f3
1 changed files with 13 additions and 0 deletions

View File

@ -497,6 +497,19 @@ int ngSpice_nospinit(void);
IMPEXP
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
}
#endif