mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-21 18:48:34 +08:00
mdbtools.h: add mdb_read_next_dpg
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user