Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:07:29 +08:00
parent 743380290e
commit 92d5407269
30 changed files with 85 additions and 85 deletions

View File

@@ -58,10 +58,10 @@ pl_python_poetry_resetsrc (char *option)
/**
* chsrc ls poetry
*/
FeatInfo
Feature_t
pl_python_poetry_feat (char *option)
{
FeatInfo f = {0};
Feature_t f = {0};
f.can_get = true;
f.can_reset = true;
@@ -76,4 +76,4 @@ pl_python_poetry_feat (char *option)
}
// def_target_gsrf(pl_python_poetry);
TargetInfo pl_python_poetry_target = {def_target_inner_gsrf(pl_python_poetry),def_target_sourcesn(pl_python)};
Target_t pl_python_poetry_target = {def_target_inner_gsrf(pl_python_poetry),def_target_sourcesn(pl_python)};