/* Time-stamp: <96/11/28 11:26:19 john> */
/*
# Purpose: exports for <a href="#table.c">table.c</a>
 */

extern void print_attr_if_present(struct entry *entry,
				  char *title,
				  char *key,
				  char *format);

extern void output_entry(char *page_type,
			 char *page_name,
			 struct entry *entry,
			 struct style *style,
			 struct entry *page_entries,
			 char *linked_from,
			 char *zoomed_to);

extern void output_grid_as_table(struct grid *grid,
				 struct style *style);

/* end of table.h */
