]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the signature of the xUnfetch method to "int (*xUnfetch)(sqlite3_file*, sqlite...
authordan <dan@noemail.net>
Mon, 25 Mar 2013 17:00:24 +0000 (17:00 +0000)
committerdan <dan@noemail.net>
Mon, 25 Mar 2013 17:00:24 +0000 (17:00 +0000)
commitdf737fe6f51522c478235ff6ddc478243f718bf2
tree00dcb915b6fe34122cbaeb04a32e56e2b2711d32
parentaef49d7141d9bbbc68a2c8ce7bd17cdafb06aa6b
Change the signature of the xUnfetch method to "int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p)".

FossilOrigin-Name: 115b830509e8f0aa9d5965c1e9cd4f2ed9d01938
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/pager.c
src/sqlite.h.in