1
0
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:
Joe Thornber 2001-10-12 10:42:31 +00:00
parent 72a5e12b5c
commit cfcca2168f

View File

@ -58,7 +58,7 @@ static int _check(const char *name)
return 1;
}
void _single(const char *name)
static void _single(const char *name)
{
struct physical_volume *pv;