diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-10-31 23:11:40 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-10-31 23:11:40 +0000 |
commit | 66b1fc152776ef824c291307dd7be93c0e2a9ad6 (patch) | |
tree | 47208b748b446d47896aa32dd14fdd199de4483b /include | |
parent | 67759eb6e3fc0c1aaa41ae8b6dee559eb428936f (diff) |
- src/conf_db.c: Cleanup get_file_version()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1621 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/conf_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conf_db.h b/include/conf_db.h index f6b7641..9f0a731 100644 --- a/include/conf_db.h +++ b/include/conf_db.h @@ -39,7 +39,7 @@ struct dbFILE }; extern void check_file_version(struct dbFILE *); -extern int get_file_version(struct dbFILE *); +extern uint32_t get_file_version(struct dbFILE *); extern int write_file_version(struct dbFILE *, uint32_t); extern struct dbFILE *open_db(const char *, const char *, const char *, uint32_t); |