10 lines
193 B
C
10 lines
193 B
C
#ifndef VALIDATE_H
|
|
#define VALIDATE_H
|
|
|
|
#define KEYSTORE_FILE ".keystore"
|
|
#define KEYLENGTH 102
|
|
|
|
int check_is_key_valid(const char* key);
|
|
void build_license_key_popup();
|
|
|
|
#endif /* VALIDATE_H */ |