3 lines
136 B
C++
3 lines
136 B
C++
#pragma once
|
|
|
|
class IStorageFactory *CreateRocksDBStorageFactory(const char *path, int dbnum, const char *rgchConfig, size_t cchConfig); |