| 11183 | |
| 11184 | #endif |
| 11185 | int sqlite3_dbdata_init( |
| 11186 | sqlite3 *db, |
| 11187 | char **pzErrMsg, |
| 11188 | const sqlite3_api_routines *pApi |
| 11189 | ){ |
| 11190 | SQLITE_EXTENSION_INIT2(pApi); |
| 11191 | return sqlite3DbdataRegister(db); |
| 11192 | } |
| 11193 | |
| 11194 | /************************* End ../ext/misc/dbdata.c ********************/ |
| 11195 | #endif |
no test coverage detected