diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 80c15963a..3e7c1257c 100644 --- a/src/main.c +++ b/src/main.c @@ -1190,7 +1190,7 @@ void *sqlite3_rollback_hook( ** Register a callback to be invoked each time a transaction is written ** into the write-ahead-log by this database connection. */ -void *sqlite3_log_hook( +void *sqlite3_wal_hook( sqlite3 *db, /* Attach the hook to this db handle */ int(*xCallback)(void *, sqlite3*, const char*, int), void *pArg /* First argument passed to xCallback() */ |