20 #ifndef _MFORMS_PASSWORD_CACHE_H_
21 #define _MFORMS_PASSWORD_CACHE_H_
36 const char *
find_password(
const std::string &service,
const std::string &account);
37 size_t find_block(
const std::string &service,
const std::string &account);
43 void add_password(
const std::string &service,
const std::string &account,
const char *password);
44 void remove_password(
const std::string &service,
const std::string &account);
46 bool get_password(
const std::string &service,
const std::string &account, std::string &ret_password);