remove OMIT_EXPORT
This commit is contained in:
parent
c0376323e3
commit
e380c65afe
|
@ -1824,12 +1824,10 @@ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3 *db){
|
||||||
}
|
}
|
||||||
/* BEGIN SQLCIPHER */
|
/* BEGIN SQLCIPHER */
|
||||||
#ifdef SQLITE_HAS_CODEC
|
#ifdef SQLITE_HAS_CODEC
|
||||||
#ifndef OMIT_EXPORT
|
|
||||||
{
|
{
|
||||||
extern void sqlcipher_exportFunc(sqlite3_context *, int, sqlite3_value **);
|
extern void sqlcipher_exportFunc(sqlite3_context *, int, sqlite3_value **);
|
||||||
sqlite3CreateFunc(db, "sqlcipher_export", -1, SQLITE_TEXT, 0, sqlcipher_exportFunc, 0, 0, 0, 0, 0);
|
sqlite3CreateFunc(db, "sqlcipher_export", -1, SQLITE_TEXT, 0, sqlcipher_exportFunc, 0, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#ifdef SQLCIPHER_EXT
|
#ifdef SQLCIPHER_EXT
|
||||||
#include "sqlcipher_funcs_init.h"
|
#include "sqlcipher_funcs_init.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue