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 73f8f0bbd0
commit 756c72902f

View File

@ -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;