Make config_item_clone() static
This commit is contained in:
parent
03894cae45
commit
1dcd259d05
@ -5321,7 +5321,7 @@ end:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Clone an item. Schema assignments aren't retained.
|
/// Clone an item. Schema assignments aren't retained.
|
||||||
struct config_item *
|
static struct config_item *
|
||||||
config_item_clone (struct config_item *self)
|
config_item_clone (struct config_item *self)
|
||||||
{
|
{
|
||||||
// Oh well, it saves code
|
// Oh well, it saves code
|
||||||
|
Loading…
Reference in New Issue
Block a user