8 #define DB_CEP_LEN 8 /* defined by the Correios */
10 /* each line of db file */
19 /* exported functions */
20 struct db_entry
*db_next_entry(FILE *db
);
21 void db_free_entry(struct db_entry
**entry
);
22 void db_dump_entry(const struct db_entry
*entry
);
23 void db_print_entry(const struct db_entry
*entry
);
24 void db_dump_csv(FILE *db
);
25 int db_entries_match(const struct db_entry
*ent1
,
26 const struct db_entry
*ent2
);