diff options
Diffstat (limited to 'static/netbsd/man3/sqlite3_api_routines.3')
| -rw-r--r-- | static/netbsd/man3/sqlite3_api_routines.3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/netbsd/man3/sqlite3_api_routines.3 b/static/netbsd/man3/sqlite3_api_routines.3 new file mode 100644 index 00000000..d45ed329 --- /dev/null +++ b/static/netbsd/man3/sqlite3_api_routines.3 @@ -0,0 +1,20 @@ +.Dd January 24, 2024 +.Dt SQLITE3_API_ROUTINES 3 +.Os +.Sh NAME +.Nm sqlite3_api_routines +.Nd loadable extension thunk +.Sh SYNOPSIS +.In sqlite3.h +.Vt typedef struct sqlite3_api_routines sqlite3_api_routines; +.Sh DESCRIPTION +A pointer to the opaque sqlite3_api_routines structure is passed as +the third parameter to entry points of loadable extensions. +This structure must be typedefed in order to work around compiler warnings +on some platforms. +.Sh IMPLEMENTATION NOTES +These declarations were extracted from the +interface documentation at line 1265. +.Bd -literal +typedef struct sqlite3_api_routines sqlite3_api_routines; +.Ed |
