1.Dd January 24, 2024 2.Dt SQLITE3_CHANGEGROUP 3 3.Os 4.Sh NAME 5.Nm sqlite3_changegroup 6.Nd changegroup handle 7.Sh SYNOPSIS 8.In sqlite3.h 9.Vt typedef struct sqlite3_changegroup sqlite3_changegroup; 10.Sh DESCRIPTION 11A changegroup is an object used to combine two or more changesets 12or patchsets 13.Sh IMPLEMENTATION NOTES 14These declarations were extracted from the 15interface documentation at line 11822. 16.Bd -literal 17typedef struct sqlite3_changegroup sqlite3_changegroup; 18.Ed 19