summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-10-12 10:42:31 +0000
committerJoe Thornber <thornber@redhat.com>2001-10-12 10:42:31 +0000
commitcfcca2168f0726b01861b6b3f3a34e827d476de0 (patch)
tree7619eec7c2b694107c3d316c0fe40e86b65dd884 /tools/pvcreate.c
parent72a5e12b5c19e9c85561fa8e946a9bc2e67501e1 (diff)
downloadlvm2-cfcca2168f0726b01861b6b3f3a34e827d476de0.tar.gz
lvm2-cfcca2168f0726b01861b6b3f3a34e827d476de0.tar.xz
lvm2-cfcca2168f0726b01861b6b3f3a34e827d476de0.zip
o made _single static
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index deccb290..aefc3738 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -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;