Update DBLogin.hpp
This commit is contained in:
@@ -10,9 +10,9 @@ public:
|
||||
return 1 if admin | 0 if not admin | -1 if failed
|
||||
|
||||
*/
|
||||
int checkValidLogin(int id, std::string pw);
|
||||
int checkValidLogin(std::string id, std::string pw);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user