Skip to content

Commit 4eb9d27

Browse files
committed
Sync with release/1.2.1-grdb-5.26.0-sqlcipher-4.5.1 branch
1 parent c096278 commit 4eb9d27

File tree

3 files changed

+76017
-80624
lines changed

3 files changed

+76017
-80624
lines changed

Sources/SQLCipher/include/SQLCipher_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#include "sqlite3.h"
55

6-
typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
6+
typedef void(*errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
77

88
/// Wrapper around sqlite3_config(SQLITE_CONFIG_LOG, ...) which is a variadic
99
/// function that can't be used from Swift.
10-
static inline void registerErrorLogCallback(_errorLogCallback callback) {
10+
static inline void registerErrorLogCallback(errorLogCallback callback) {
1111
sqlite3_config(SQLITE_CONFIG_LOG, callback, 0);
1212
}
1313

0 commit comments

Comments
 (0)