We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55afbb commit ab6f375Copy full SHA for ab6f375
RocksDbSharp/Native.Raw.cs
@@ -1,3 +1,6 @@
1
+/* WARNING: This file was autogenerated from version v5.18.3 of rocksdb/c.h at
2
+ https://raw.githubusercontent.com/facebook/rocksdb/v5.18.3/include/rocksdb/c.h
3
+ */
4
using System;
5
using System.Runtime.InteropServices;
6
using byte_ptr = System.IntPtr;
@@ -4011,4 +4014,4 @@ public abstract uint64_t rocksdb_approximate_memory_usage_get_cache_total(
4011
4014
4012
4015
} // class Native
4013
4016
#endregion // Transaction Options
-} // namespace RocksDbSharp
4017
+} // namespace RocksDbSharp
0 commit comments