We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1cdc commit 000e21bCopy full SHA for 000e21b
auth.hpp
@@ -39,6 +39,7 @@ namespace KeyAuth {
39
bool chatsend(std::string message, std::string channel);
40
void changeusername(std::string newusername);
41
std::string fetchonline();
42
+ void forgot(std::string username, std::string email);
43
44
class subscriptions_class {
45
public:
0 commit comments