/* Time-stamp: <96/11/28 11:17:21 john> */

/*
# Purpose: exports for <a href="#edit.c">edit.c</a>
*/
extern void output_attributes(struct entry *entry, int with_help);

extern void make_edit(struct entry *entry,
		      struct style *style,
		      char *zoomed_to);

/* end of edit.h */
