diff options
Diffstat (limited to 'src/test_schema.c')
-rw-r--r-- | src/test_schema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_schema.c b/src/test_schema.c index f2bd3b352..cdf085797 100644 --- a/src/test_schema.c +++ b/src/test_schema.c @@ -306,7 +306,7 @@ extern int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb); /* ** Register the schema virtual table module. */ -static int register_schema_module( +static int SQLITE_TCLAPI register_schema_module( ClientData clientData, /* Not used */ Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ int objc, /* Number of arguments */ |