aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan <dan@noemail.net>2015-05-19 16:26:51 +0000
committerdan <dan@noemail.net>2015-05-19 16:26:51 +0000
commit504ab3b6e50f80f6d10280135a6ad0cd46a521bc (patch)
treeba942fbd29ca963bb8dbbd5b8f5217b5c17fc234 /src
parenta6fb4648788a5fcb831f58373941bfc235404fa2 (diff)
downloadsqlite-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.in5
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