mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
now that these functions are only used by the same compiling unit, they don't need external linkage. so let's hide them using `static`. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>