Develop 20.08

This commit is contained in:
刘学利
2020-08-24 13:57:54 +08:00
parent 40fa047be1
commit 4e7788bf4c
5 changed files with 26 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ typedef enum _tld_type
TLD_TYPE_STRING,
TLD_TYPE_FILE,
TLD_TYPE_TOPIC,
TLD_TYPE_CJSON, // cJSON *object
TLD_TYPE_MAX
}TLD_TYPE;