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, 3 insertions, 0 deletions
diff --git a/src/user.hpp b/src/user.hpp
index 9f35a0d..f255fbf 100644
--- a/src/user.hpp
+++ b/src/user.hpp
@@ -3,6 +3,8 @@
#include "master.hpp"
+#include "user_content.hpp"
+
namespace apps {
class user : public master {
@@ -13,6 +15,7 @@ class user : public master {
private:
void login( );
void logout( );
+ void ini( content::user &c );
};
}