4 lines
94 B
Cython
4 lines
94 B
Cython
|
cdef extern from "rocksdb/db.h" namespace "rocksdb":
|
||
|
cdef cppclass Snapshot:
|
||
|
pass
|