1 /******************************************************************************
2 * This file is Copyright 1992 by Philip G. Richards.  All Rights Reserved.
3 * See the file README that came with this distribution for permissions on
4 * code usage, copying, and distribution.  It comes with absolutely no warranty.
5 ******************************************************************************/
6 
7 extern int list_macro(char *name);
8 extern int remove_macro(char *name);
9 extern int install_macro(char *name, int macrolen,
10 			 char **macrotext, char *macrohelp);
11 extern int deinstall_macro(char *name);
12 extern int initialise_macro(int argc, char **argv);
13 extern char *get_macroline(void);
14 
15 extern void fsp_macro_long_help_all(void);
16 extern int fsp_macro_long_help(char *name);
17 extern void fsp_macro_short_help(void);
18