mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐎 made add user moved in
This commit is contained in:
parent
c63bc137c4
commit
ec9944d80e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
bool Contains(const std::string &name) const noexcept;
|
||||
bool AdminVerifyAccount(std::string_view name) noexcept;
|
||||
|
||||
BankResponse AddUser(const std::string &name, std::string &&init_pass) noexcept;
|
||||
BankResponse AddUser(std::string &&name, std::string &&init_pass) noexcept;
|
||||
BankResponse AdminAddUser(std::string &&name, uint32_t init_bal, std::string &&init_pass) noexcept;
|
||||
BankResponse DelUser(const std::string &name) noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue