summaryrefslogtreecommitdiff
path: root/hscript/meta.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/meta.hh')
-rw-r--r--hscript/meta.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/hscript/meta.hh b/hscript/meta.hh
index c1eba90..0446274 100644
--- a/hscript/meta.hh
+++ b/hscript/meta.hh
@@ -10,12 +10,18 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
+#ifndef __HSCRIPT_META_HH_
+#define __HSCRIPT_META_HH_
+
#include "key.hh"
namespace Horizon {
namespace Keys {
-
+class Hostname : public Key {
+};
}
}
+
+#endif /* !__HSCRIPT_META_HH_ */