mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add missing 'static' for local function
Avoid missing prototype warning.
This commit is contained in:
parent
49cd515cd2
commit
7aa56e8f90
@ -558,7 +558,7 @@ static int _init_tag_configs(struct cmd_context *cmd)
|
||||
return 1;
|
||||
}
|
||||
|
||||
struct dm_config_tree *_merge_config_files(struct cmd_context *cmd, struct dm_config_tree *cft)
|
||||
static struct dm_config_tree *_merge_config_files(struct cmd_context *cmd, struct dm_config_tree *cft)
|
||||
{
|
||||
struct config_tree_list *cfl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user