Search notes:

src/sqlite.h.in

This header file defines the C interface that the SQLite library presents to client programs.
If a C-function, structure, datatype, or constant definition does not appear in this file, then it is not a published API of SQLite and subject to change without notice (and obviously should not be referenced by programs that use SQLite).

See also

src/main.c

Index