mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Patch bufferdump.diff from Nirgal
This commit is contained in:

committed by
Brian Bruns

parent
3e2407044d
commit
1f2749cdfc
@@ -479,7 +479,7 @@ extern void mdb_set_date_fmt(const char *);
|
||||
extern int mdb_read_row(MdbTableDef *table, unsigned int row);
|
||||
|
||||
/* dump.c */
|
||||
extern void buffer_dump(const void *buf, int start, size_t len);
|
||||
extern void mdb_buffer_dump(const void *buf, int start, size_t len);
|
||||
|
||||
/* backend.c */
|
||||
extern char* mdb_get_coltype_string(MdbBackend *backend, int col_type); /* obsolete */
|
||||
|
Reference in New Issue
Block a user