| 268 | } |
| 269 | |
| 270 | void leveldb_destroy_db(const leveldb_options_t* options, const char* name, |
| 271 | char** errptr) { |
| 272 | SaveError(errptr, DestroyDB(name, options->rep)); |
| 273 | } |
| 274 | |
| 275 | void leveldb_repair_db(const leveldb_options_t* options, const char* name, |
| 276 | char** errptr) { |