Commit e01c8cb 1 parent 3bc9472 commit e01c8cb Copy full SHA for e01c8cb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ ebox_tpl_part_guid(const struct ebox_tpl_part *part)
563
563
}
564
564
565
565
struct ebox_tpl *
566
- ebox_tpl_clone (struct ebox_tpl * tpl )
566
+ ebox_tpl_clone (const struct ebox_tpl * tpl )
567
567
{
568
568
struct ebox_tpl * ntpl ;
569
569
struct ebox_tpl_config * pconfig , * nconfig , * config ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void ebox_tpl_free(struct ebox_tpl *tpl);
81
81
uint ebox_tpl_version (const struct ebox_tpl * tpl );
82
82
83
83
/* Recursively clones the entire ebox_tpl, all configurations and parts. */
84
- struct ebox_tpl * ebox_tpl_clone (struct ebox_tpl * tpl );
84
+ struct ebox_tpl * ebox_tpl_clone (const struct ebox_tpl * tpl );
85
85
86
86
void ebox_tpl_add_config (struct ebox_tpl * tpl , struct ebox_tpl_config * config );
87
87
void ebox_tpl_remove_config (struct ebox_tpl * tpl , struct ebox_tpl_config * config );
You can’t perform that action at this time.
0 commit comments