bug fix 'extern int sh_vecinit()', not void

See patch #96, thanks to Balazs Kovacs
This commit is contained in:
Holger Vogt 2020-07-23 17:13:58 +02:00
parent ce69e8d70c
commit a406af26d6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static int InterpPlotAdd(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
#include "ngspice/tclspice.h"
#elif defined SHARED_MODULE
extern int sh_ExecutePerLoop(void);
extern void sh_vecinit(runDesc *run);
extern int sh_vecinit(runDesc *run);
#endif
/*Suppressing progress info in -o option */