mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-06 02:01:34 +03:00
Implementation of the JSON-RPC API and the Web Admin interface. (dnobori's internal note: 7579 - 7682)
This commit is contained in:
@ -287,6 +287,7 @@ struct ADMIN_OPTION
|
||||
{
|
||||
char Name[MAX_ADMIN_OPTION_NAME_LEN + 1]; // Name
|
||||
UINT Value; // Data
|
||||
wchar_t Descrption[MAX_SIZE]; // Descrption
|
||||
};
|
||||
|
||||
// Certificate Revocation List entry
|
||||
|
||||
Reference in New Issue
Block a user