bcat: Expose CreateBackendFromSettings helper function

This commit is contained in:
Zach Hilman
2019-05-01 22:41:32 -04:00
parent fe8c7e66e2
commit ea17b294ea
2 changed files with 2 additions and 2 deletions

View File

@ -50,4 +50,6 @@ public:
void SetPassphrase(u64 title_id, const Passphrase& passphrase) override;
};
std::unique_ptr<Backend> CreateBackendFromSettings(DirectoryGetter getter);
} // namespace Service::BCAT