Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Account.h')
-rw-r--r--src/Cedar/Account.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Cedar/Account.h b/src/Cedar/Account.h
index 929f19ab..713524e1 100644
--- a/src/Cedar/Account.h
+++ b/src/Cedar/Account.h
@@ -105,6 +105,8 @@
#ifndef ACCOUNT_H
#define ACCOUNT_H
+#define USER_MAC_STR_PREFIX L"MAC:"
+
// Policy item
struct POLICY_ITEM
{
@@ -303,6 +305,7 @@ POLICY_ITEM *GetPolicyItem(UINT id);
void GetPolicyValueRangeStr(wchar_t *str, UINT size, UINT id);
void FormatPolicyValue(wchar_t *str, UINT size, UINT id, UINT value);
char *NormalizePolicyName(char *name);
+bool GetUserMacAddressFromUserNote(UCHAR *mac, wchar_t *note);
#endif // ACCOUNT_H