More VFS API.

This commit is contained in:
Nuno Cruces
2023-05-19 02:00:16 +01:00
parent df953b31c2
commit e1cce83f71
7 changed files with 158 additions and 105 deletions

View File

@@ -137,7 +137,7 @@ const (
AUTH_USER ExtendedErrorCode = xErrorCode(AUTH) | (1 << 8)
)
// OpenFlag is a flag for a file open operation.
// OpenFlag is a flag for the [OpenFlags] function.
//
// https://www.sqlite.org/c3ref/c_open_autoproxy.html
type OpenFlag uint32