/* Time-stamp: <96/11/28 11:23:49 john> */

/* 
# Purpose: exports for <a href="#save.c">save.c</a>
 */

extern char *new_edits_file;

extern int write_entries_to_file(struct entry *entries,
				 int just_this_one,
				 char *filename,
				 char *mode,
				 char *other_filename,
				 char *other_mode);

extern void save_edits(struct entry *entries,
		       struct entry *this_entry,
		       char *pagefile_type,
		       char *pagefile_name,
		       char *editor,
		       char *password,
		       char *cumulative_file_type,
		       char *cumulative_file_name);

/* end of save.h */
