diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index b680e67b..d32968ad 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -55,9 +55,9 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_, } int -get_kv(const fs::path &mountpoint_, - const std::string &key_, - std::string *val_) +mergerfs::api::get_kv(const fs::path &mountpoint_, + const std::string &key_, + std::string *val_) { fs::path cfgfile;