summaryrefslogtreecommitdiff
path: root/hscript/user.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/user.hh')
-rw-r--r--hscript/user.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/hscript/user.hh b/hscript/user.hh
index af42519..39a3eea 100644
--- a/hscript/user.hh
+++ b/hscript/user.hh
@@ -10,11 +10,20 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
+#ifndef __HSCRIPT_USER_HH_
+#define __HSCRIPT_USER_HH_
+
#include "key.hh"
namespace Horizon {
namespace Keys {
+class RootPassphrase : public Key {
+};
+
+class Username : public Key {
+};
+
class UserAlias : public Key {
};
@@ -29,3 +38,5 @@ class UserGroups : public Key {
}
}
+
+#endif /* !__HSCRIPT_USER_HH_ */