struct wiz_list { char *name; int length; struct wiz_list *next; int score; int cost; int heart_beats; int total_worth; char call_outs; int size_array; /* Total size of this wizards arrays. */ /* * The following values are all used to store the last error * message. */ char *file_name; char *error_message; int line_number; }; extern struct wiz_list *add_name PROT((char *)); /* What is this? (bub) */ /*struct value;*/ extern void save_wiz_file(), load_wiz_file(), wizlist PROT((struct value *)), wiz_decay();