diff --git a/src/mergerfs_api.hpp b/src/mergerfs_api.hpp index 0456df2f..6a051426 100644 --- a/src/mergerfs_api.hpp +++ b/src/mergerfs_api.hpp @@ -18,9 +18,10 @@ namespace mergerfs get_kvs(const fs::path &mountpoint, std::map *kvs); - std::string + int get_kv(const fs::path &mountpoint, - const std::string &key); + const std::string &key, + std::string *val); int set_kv(const fs::path &mountpoint,