summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-01-15 17:37:23 +0000
committerJoe Thornber <thornber@redhat.com>2002-01-15 17:37:23 +0000
commitf2f2634990cfcd5c90279183d9106d5c8defb077 (patch)
treefed594c7ab9d88eafbad3e13da57842e383c1acb /lib/label/label.h
parent6198a4102c5b171604b1ee82bd4a513be5506ab3 (diff)
downloadlvm2-f2f2634990cfcd5c90279183d9106d5c8defb077.tar.gz
lvm2-f2f2634990cfcd5c90279183d9106d5c8defb077.tar.xz
lvm2-f2f2634990cfcd5c90279183d9106d5c8defb077.zip
o vgcfgrestore works ! (with the couple of examples I tried).
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index 911fd0b3..ec652c84 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -54,7 +54,7 @@ struct label_ops {
/*
* Destroy a previously read label.
*/
- int (*destroy_label)(struct labeller *l, struct label *label);
+ void (*destroy_label)(struct labeller *l, struct label *label);
/*
* Destructor.