/* Time-stamp: <96/11/28 11:15:33 john> */
/*
# Purpose: exports for <a href="#anchor.c">anchor.c</a>
 */

extern void link_in_style(char *script,
			  char *type,
			  char *name,
			  struct style *style,
			  char *visible,
			  char *label,
			  char *extra_key,
			  char *extra_val);

extern void output_label(struct cell *cell);

extern void output_with_link(char *text,
			     struct style *style,
			     struct entry *entry_to_link,
			     char *label);

extern char *as_label(char *as_name);

/* end of anchor.h */
