diff options
Diffstat (limited to 'notsecrets/Secrets.h')
-rw-r--r-- | notsecrets/Secrets.h | 8 |
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); +} |