summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/CFKit/GUIDWizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/zka/CFKit/GUIDWizard.h')
-rw-r--r--dev/zka/CFKit/GUIDWizard.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/zka/CFKit/GUIDWizard.h b/dev/zka/CFKit/GUIDWizard.h
new file mode 100644
index 00000000..74dab72b
--- /dev/null
+++ b/dev/zka/CFKit/GUIDWizard.h
@@ -0,0 +1,22 @@
+/* -------------------------------------------
+
+ Copyright ZKA Web Services Co.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <CFKit/GUIDWrapper.h>
+#include <NewKit/Array.h>
+#include <NewKit/ArrayList.h>
+#include <NewKit/Defines.h>
+#include <NewKit/ErrorOr.h>
+#include <NewKit/Ref.h>
+#include <NewKit/Stream.h>
+#include <NewKit/String.h>
+
+namespace Kernel::XRN::Version1
+{
+ Ref<GUIDSequence> cf_make_sequence(const ArrayList<UInt32>& seq);
+ ErrorOr<Ref<Kernel::StringView>> cf_try_guid_to_string(Ref<GUIDSequence>& guid);
+} // namespace Kernel::XRN::Version1