aboutsummaryrefslogtreecommitdiff
path: root/notsecrets/Secrets.h
diff options
context:
space:
mode:
Diffstat (limited to 'notsecrets/Secrets.h')
-rw-r--r--notsecrets/Secrets.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/notsecrets/Secrets.h b/notsecrets/Secrets.h
new file mode 100644
index 00000000..6872b68e
--- /dev/null
+++ b/notsecrets/Secrets.h
@@ -0,0 +1,8 @@
+#pragma once
+#include <QString>
+#include <cstdint>
+
+namespace Secrets {
+bool hasMSAClientID();
+QString getMSAClientID(uint8_t separator);
+}