xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_api_routines.3 (revision f4748aaa01faf324805f9747191535eb6600f82c)
1.Dd December 19, 2018
2.Dt SQLITE3_API_ROUTINES 3
3.Os
4.Sh NAME
5.Nm sqlite3_api_routines
6.Nd Loadable Extension Thunk
7.Sh SYNOPSIS
8.Vt typedef struct sqlite3_api_routines sqlite3_api_routines;
9.Sh DESCRIPTION
10A pointer to the opaque sqlite3_api_routines structure is passed as
11the third parameter to entry points of loadable extensions.
12This structure must be typedefed in order to work around compiler warnings
13on some platforms.
14