]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the OsFile structure opaque with its internal structure known only to
authordrh <drh@noemail.net>
Tue, 29 Nov 2005 03:13:21 +0000 (03:13 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Nov 2005 03:13:21 +0000 (03:13 +0000)
commit9cbe635219f7f157766e532ec6dd766841c5661c
tree081aaf3872f721c7df6a0279f65d453ecb9461af
parent9267bdcecdb472ee6d302e25fc27b6e936eb57a6
Make the OsFile structure opaque with its internal structure known only to
the appropriate os_*.c implementation.  Omit the os_unix.h and os_win.h
include files.  The crash tests are broken by this patch. (CVS 2791)

FossilOrigin-Name: 058f31753871b16b40fe4048e3adcee411e0f87d
14 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/expr.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/test1.c
src/test2.c
src/test6.c
src/vdbeaux.c
test/attach.test