blob: 24c19b4abb7b9398cd33552379f755fbdb1b0ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.Dd December 19, 2018
.Dt SQLITE3_API_ROUTINES 3
.Os
.Sh NAME
.Nm sqlite3_api_routines
.Nd Loadable Extension Thunk
.Sh SYNOPSIS
.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.
|