From 2c975413b77a423cda2e86c05c35b575b59a569e Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 16 Oct 2010 15:54:51 +0000 Subject: [PATCH] collect arg_*() prototypes in "arg.h" --- ChangeLog | 5 +++++ src/frontend/commands.c | 2 ++ src/include/fteext.h | 6 ------ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78923a3d2..9317fa528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-16 Robert Larice + * src/frontend/commands.c , + * src/include/fteext.h : + collect arg_*() prototypes in "arg.h" + 2010-10-16 Robert Larice * src/frontend/vectors.h : collect vec_get() in "fteext.h" diff --git a/src/frontend/commands.c b/src/frontend/commands.c index 23217e981..8db17b2e8 100644 --- a/src/frontend/commands.c +++ b/src/frontend/commands.c @@ -58,6 +58,8 @@ #include "com_unset.h" #include "fourier.h" +#include "arg.h" + #ifdef EXPERIMENTAL_CODE #include "com_option.h" #include "spiceif.h" /* for com_loadsnap() and com_savesnap() */ diff --git a/src/include/fteext.h b/src/include/fteext.h index ae191f572..be14fdd64 100644 --- a/src/include/fteext.h +++ b/src/include/fteext.h @@ -24,12 +24,6 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes /* arg.c */ -extern void arg_plot(wordlist *wl, struct comm *command); -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); -extern void arg_set(wordlist *wl, struct comm *command); extern void outmenuprompt(char *string); /* aspice.c */