From ef22012b6e3d4cc271ca727b525aa1bf5e77cc73 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 27 Feb 2023 07:23:54 +0000 Subject: Minor doc tweak for the previous commit. FossilOrigin-Name: a8832164d36ea88dc1c5c874c67212800238eab6b1477e5ca92fbf8c77f341b4 --- ext/wasm/example_extra_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/wasm/example_extra_init.c') 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 *) ** -- cgit v1.2.3