mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:13:13 +08:00
Merge pull request #310 from maharmstone/mdb_read_next_dpg
mdbtools.h: add mdb_read_next_dpg
This commit is contained in:
commit
12643bd95b
@ -546,6 +546,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