collect arg_*() prototypes in "arg.h"

This commit is contained in:
rlar 2010-10-16 15:54:51 +00:00
parent 16e8689529
commit 2c975413b7
3 changed files with 7 additions and 6 deletions

View File

@ -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"

View File

@ -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() */

View File

@ -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 */