added simple dump routine for table definitions. needs to be modularized.

This commit is contained in:
brianb
2000-03-01 03:34:33 +00:00
parent 03410e70f6
commit f9afc55877
6 changed files with 194 additions and 9 deletions

View File

@@ -47,6 +47,13 @@ enum {
MDB_UNKNOWN_0A,
MDB_UNKNOWN_0B
};
enum {
MDB_INT = 0x03,
MDB_LONGINT = 0x04,
MDB_SDATETIME = 0x08,
MDB_TEXT = 0x0a,
MDB_HYPERLINK = 0x0c
};
typedef struct {
int fd;