/*----------------------------------------------------------------------*\
 | Functions to write data in MapInfo Interchange Format				|
\*----------------------------------------------------------------------*/

extern void mif_write_header (FILE *mif);
extern void mif_write_nodes (FILE *f, FILE *d, struct category *c, struct output o);
extern void mif_write_areas (FILE *f, FILE *d, struct category *c, struct output o);
extern void mif_write_lines (FILE *f, FILE *d, struct category *c, struct output o);
extern void mif_write_state_boundaries (struct category *c);

/*----------------------------------------------------------------------*\
\*----------------------------------------------------------------------*/
