diff options
Diffstat (limited to 'ext/wasm/example_extra_init.c')
-rw-r--r-- | ext/wasm/example_extra_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/example_extra_init.c b/ext/wasm/example_extra_init.c index ca7038631..b91d757cd 100644 --- a/ext/wasm/example_extra_init.c +++ b/ext/wasm/example_extra_init.c @@ -4,7 +4,8 @@ ** arranges to include that file in the build of sqlite3.wasm and ** defines SQLITE_EXTRA_INIT=sqlite3_wasm_extra_init. ** -** sqlite3_wasm_extra_init() must be a function with this signature: +** The C file must define the function sqlite3_wasm_extra_init() with +** this signature: ** ** int sqlite3_wasm_extra_init(const char *) ** |