mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 20:46:42 +02:00
add two unused arguments to arg_display(), to fit with struct comm.co_argfn
This commit is contained in:
@@ -24,7 +24,7 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes
|
||||
/* arg.c */
|
||||
|
||||
extern void arg_plot(wordlist *wl, struct comm *command);
|
||||
extern void arg_display(void);
|
||||
extern void arg_display(wordlist *wl, struct comm *command);
|
||||
extern void arg_print(wordlist *wl, struct comm *command);
|
||||
extern void arg_let(wordlist *wl, struct comm *command);
|
||||
extern void arg_load(wordlist *wl, struct comm *command);
|
||||
|
||||
Reference in New Issue
Block a user