aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/port/port_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/leveldb/port/port_posix.h')
-rw-r--r--src/leveldb/port/port_posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leveldb/port/port_posix.h b/src/leveldb/port/port_posix.h
index ccca9939d3..7e8213b22e 100644
--- a/src/leveldb/port/port_posix.h
+++ b/src/leveldb/port/port_posix.h
@@ -152,6 +152,8 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
return false;
}
+uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size);
+
} // namespace port
} // namespace leveldb