39 |
}; |
}; |
40 |
|
|
41 |
extern void check_file_version(struct dbFILE *); |
extern void check_file_version(struct dbFILE *); |
42 |
extern int get_file_version(struct dbFILE *); |
extern uint32_t get_file_version(struct dbFILE *); |
43 |
extern int write_file_version(struct dbFILE *, uint32_t); |
extern int write_file_version(struct dbFILE *, uint32_t); |
44 |
|
|
45 |
extern struct dbFILE *open_db(const char *, const char *, const char *, uint32_t); |
extern struct dbFILE *open_db(const char *, const char *, const char *, uint32_t); |