fix: compile problem for community

This commit is contained in:
kailixu 2023-10-10 15:03:34 +08:00
parent 9c5dbb3978
commit 2e4711ed92
1 changed files with 0 additions and 2 deletions

View File

@ -51,13 +51,11 @@ typedef enum {
} EGrantType;
int32_t grantCheck(EGrantType grant);
#ifdef TD_ENTERPRISE
#ifndef TD_GRANT_OPTIMIZE
int32_t grantAlterActiveCode(const char* old, const char* new, char* out, int8_t type);
#else
int32_t grantAlterActiveCode(int32_t did, const char* old, const char* new, char* out, int8_t type);
#endif
#endif
#ifndef GRANTS_CFG
#ifdef TD_ENTERPRISE