/*----------------------------------------------------------------------*\
 | Functions to write data in BNA format for Atlas Pro					|
\*----------------------------------------------------------------------*/

extern void bna_write_header (FILE *attr);
extern void bna_write_nodes (FILE *geo, FILE *attr, struct category *c, struct output o);
extern void bna_write_areas (FILE *geo, FILE *attr, struct category *c, struct output o);
extern void bna_write_lines (FILE *geo, FILE *attr, struct category *c, struct output o);
extern void bna_write_state_boundaries (struct category *c);

/*----------------------------------------------------------------------*\
\*----------------------------------------------------------------------*/
