mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-26 12:41:59 +08:00
Rename struct
This commit is contained in:
@@ -61,10 +61,10 @@ os_armbian_setsrc (char *option)
|
||||
}
|
||||
|
||||
|
||||
FeatInfo
|
||||
Feature_t
|
||||
os_armbian_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = false;
|
||||
|
||||
@@ -109,10 +109,10 @@ os_debian_setsrc (char *option)
|
||||
}
|
||||
|
||||
|
||||
FeatInfo
|
||||
Feature_t
|
||||
os_debian_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = false;
|
||||
|
||||
@@ -129,10 +129,10 @@ os_ubuntu_resetsrc (char *option)
|
||||
}
|
||||
|
||||
|
||||
FeatInfo
|
||||
Feature_t
|
||||
os_ubuntu_feat (char *option)
|
||||
{
|
||||
FeatInfo f = {0};
|
||||
Feature_t f = {0};
|
||||
|
||||
f.can_get = true;
|
||||
f.can_reset = true;
|
||||
|
||||
Reference in New Issue
Block a user