mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
mdbtools.h: add mdb_read_next_dpg
This commit is contained in:
parent
2be2ab711e
commit
e19f278836
@ -544,6 +544,7 @@ void mdb_set_shortdate_fmt(MdbHandle *mdb, const char *);
|
||||
void mdb_set_boolean_fmt_words(MdbHandle *mdb);
|
||||
void mdb_set_boolean_fmt_numbers(MdbHandle *mdb);
|
||||
int mdb_read_row(MdbTableDef *table, unsigned int row);
|
||||
int mdb_read_next_dpg(MdbTableDef *table);
|
||||
|
||||
/* money.c */
|
||||
char *mdb_money_to_string(MdbHandle *mdb, int start);
|
||||
|
Loading…
Reference in New Issue
Block a user