mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-21 02:11:28 +08:00
Rename struct
This commit is contained in:
@@ -60,10 +60,10 @@ pl_python_pdm_resetsrc (char *option)
|
||||
/**
|
||||
* chsrc ls pdm
|
||||
*/
|
||||
FeatInfo
|
||||
Feature_t
|
||||
pl_python_pdm_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = true;
|
||||
@@ -80,4 +80,4 @@ pl_python_pdm_feat (char *option)
|
||||
}
|
||||
|
||||
// def_target_gsrf(pl_python_pdm);
|
||||
TargetInfo pl_python_pdm_target = {def_target_inner_gsrf(pl_python_pdm),def_target_sourcesn(pl_python)};
|
||||
Target_t pl_python_pdm_target = {def_target_inner_gsrf(pl_python_pdm),def_target_sourcesn(pl_python)};
|
||||
|
@@ -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)};
|
||||
|
@@ -81,10 +81,10 @@ pl_python_resetsrc (char *option)
|
||||
}
|
||||
|
||||
|
||||
FeatInfo
|
||||
Feature_t
|
||||
pl_python_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = true;
|
||||
|
@@ -70,10 +70,10 @@ pl_python_pip_resetsrc (char *option)
|
||||
/**
|
||||
* chsrc ls pip
|
||||
*/
|
||||
FeatInfo
|
||||
Feature_t
|
||||
pl_python_pip_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = true;
|
||||
@@ -89,4 +89,4 @@ pl_python_pip_feat (char *option)
|
||||
}
|
||||
|
||||
// def_target_gsrf(pl_python_pip);
|
||||
TargetInfo pl_python_pip_target = {def_target_inner_gsrf(pl_python_pip),def_target_sourcesn(pl_python)};
|
||||
Target_t pl_python_pip_target = {def_target_inner_gsrf(pl_python_pip),def_target_sourcesn(pl_python)};
|
||||
|
Reference in New Issue
Block a user