summaryrefslogtreecommitdiff
path: root/port/port_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_posix.h')
-rw-r--r--port/port_posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/port/port_posix.h b/port/port_posix.h
index 89fc222..d67ab68 100644
--- a/port/port_posix.h
+++ b/port/port_posix.h
@@ -148,6 +148,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