Small. Fast. Reliable.
Choose any three.

Session Module C Interface

Configure a changegroup object

int sqlite3changegroup_config(sqlite3_changegroup*, int, void *pArg);

Configure the changegroup object passed as the first argument. At present the only valid value for the second parameter is SQLITE_CHANGEGROUP_CONFIG_PATCHSET.

See also lists of Objects, Constants, and Functions.