Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion auth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace KeyAuth {

void ban();
void init();
void check();
void log(std::string msg);
void license(std::string key);
std::string var(std::string varid);
Expand Down Expand Up @@ -80,4 +81,4 @@ namespace KeyAuth {
nlohmann::json response_decoder;

};
}
}