mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-27 17:41:18 +08:00
更新 wr 与 os 的 chef_set_cooks()
This commit is contained in:
@@ -198,6 +198,9 @@ chef_verify_contributor (const char *id)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief 设置 Chef (recipe 负责人)
|
||||
*/
|
||||
void
|
||||
chef_set_chef (Target_t *target, const char *id)
|
||||
{
|
||||
@@ -209,6 +212,9 @@ chef_set_chef (Target_t *target, const char *id)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief 设置 Cooks (recipe 核心作者)
|
||||
*/
|
||||
void
|
||||
chef_set_cooks (Target_t *target, size_t count, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user