diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index 61ba7593..213a32e1 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -56,7 +56,8 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_, std::string get_kv(const fs::path &mountpoint_, - const std::string &key_) + const std::string &key_, + std::string *val_) { std::string val; fs::path cfgfile;