diff options
author | dan <dan@noemail.net> | 2015-05-19 16:26:51 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-05-19 16:26:51 +0000 |
commit | 504ab3b6e50f80f6d10280135a6ad0cd46a521bc (patch) | |
tree | ba942fbd29ca963bb8dbbd5b8f5217b5c17fc234 /src | |
parent | a6fb4648788a5fcb831f58373941bfc235404fa2 (diff) | |
download | sqlite-504ab3b6e50f80f6d10280135a6ad0cd46a521bc.tar.gz sqlite-504ab3b6e50f80f6d10280135a6ad0cd46a521bc.zip |
Add a comment for SQLITE_FCNTL_OTA to sqlite.h.in.
FossilOrigin-Name: efa20f8e41e9370f419f055efa941a8521c68c86
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 21e200486..734ffb164 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -966,6 +966,11 @@ struct sqlite3_io_methods { ** <li>[[SQLITE_FCNTL_ZIPVFS]] ** The [SQLITE_FCNTL_ZIPVFS] opcode is implemented by zipvfs only. All other ** VFS should return SQLITE_NOTFOUND for this opcode. +** +** <li>[[SQLITE_FCNTL_OTA]] +** The [SQLITE_FCNTL_OTA] opcode is implemented by the special VFS used by +** the OTA extension only. All other VFS should return SQLITE_NOTFOUND for +** this opcode. ** </ul> */ #define SQLITE_FCNTL_LOCKSTATE 1 |