summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/sqlite3_changegroup.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man3/sqlite3_changegroup.3')
-rw-r--r--static/netbsd/man3/sqlite3_changegroup.318
1 files changed, 18 insertions, 0 deletions
diff --git a/static/netbsd/man3/sqlite3_changegroup.3 b/static/netbsd/man3/sqlite3_changegroup.3
new file mode 100644
index 00000000..fca88deb
--- /dev/null
+++ b/static/netbsd/man3/sqlite3_changegroup.3
@@ -0,0 +1,18 @@
+.Dd January 24, 2024
+.Dt SQLITE3_CHANGEGROUP 3
+.Os
+.Sh NAME
+.Nm sqlite3_changegroup
+.Nd changegroup handle
+.Sh SYNOPSIS
+.In sqlite3.h
+.Vt typedef struct sqlite3_changegroup sqlite3_changegroup;
+.Sh DESCRIPTION
+A changegroup is an object used to combine two or more changesets
+or patchsets
+.Sh IMPLEMENTATION NOTES
+These declarations were extracted from the
+interface documentation at line 11822.
+.Bd -literal
+typedef struct sqlite3_changegroup sqlite3_changegroup;
+.Ed