add two unused arguments to arg_display(), to fit with struct comm.co_argfn

This commit is contained in:
rlar
2010-06-27 15:44:53 +00:00
parent 0000dda9af
commit 6c4e0cb6d0
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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);