mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 11:15:09 +02:00
use a void * for the third argument (&value) of the cp_vset() function
This commit is contained in:
@@ -174,7 +174,7 @@ extern bool cp_noglob;
|
||||
extern bool cp_nonomatch;
|
||||
extern char cp_dol;
|
||||
extern void cp_remvar(char *varname);
|
||||
extern void cp_vset(char *varname, enum cp_types type, char *value);
|
||||
extern void cp_vset(char *varname, enum cp_types type, void *value);
|
||||
extern struct variable *cp_setparse(wordlist *wl);
|
||||
extern wordlist *vareval(char *string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user