summaryrefslogtreecommitdiff
path: root/src/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.hpp')
-rw-r--r--src/user.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user.hpp b/src/user.hpp
index 041585e..aecca71 100644
--- a/src/user.hpp
+++ b/src/user.hpp
@@ -8,9 +8,10 @@ namespace apps {
class user : public master {
public:
user( strusCms &cms );
+ bool check_login( std::string user, std::string password );
private:
- void login( );
+ void login( );
};
}