mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
o made _single static
This commit is contained in:
parent
73f8f0bbd0
commit
756c72902f
@ -58,7 +58,7 @@ static int _check(const char *name)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void _single(const char *name)
|
static void _single(const char *name)
|
||||||
{
|
{
|
||||||
struct physical_volume *pv;
|
struct physical_volume *pv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user