1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00
SoftEtherVPN/src/Cedar/Database.h
2021-04-05 04:48:25 +02:00

21 lines
370 B
C

// SoftEther VPN Source Code - Developer Edition Master Branch
// Cedar Communication Module
// Database.h
// Header of Database.c
#ifndef DATABASE_H
#define DATABASE_H
#include "Mayaqua/MayaType.h"
wchar_t *LiGetLicenseStatusStr(UINT i);
bool LiIsLicenseKey(char *str);
bool LiStrToKeyBit(UCHAR *keybit, char *keystr);
#endif // DATABASE_H