diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index ff5790fa..5c29124b 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -54,6 +54,13 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_, return 0; } +std::string +get_kv(const fs::path &mountpoint_, + const std::string &key_) +{ + +} + int mergerfs::api::set_kv(const fs::path &mountpoint_, const std::string &key_,