summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-01-11 10:43:32 +0000
committerJoe Thornber <thornber@redhat.com>2002-01-11 10:43:32 +0000
commit493656dd3c6ca468fdf6fd908e49c1a6058e4d7f (patch)
tree6881ccaad125c1ea168ef506065fd7a0fc2adb37 /lib/label/label.h
parent391f02b1b566ba90bec541bca6e199e8f119e76f (diff)
downloadlvm2-493656dd3c6ca468fdf6fd908e49c1a6058e4d7f.tar.gz
lvm2-493656dd3c6ca468fdf6fd908e49c1a6058e4d7f.tar.xz
lvm2-493656dd3c6ca468fdf6fd908e49c1a6058e4d7f.zip
o label.c now compiles.
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index ea607b68..cc245238 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -69,9 +69,9 @@ int label_register_handler(const char *name, struct labeller *handler);
struct labeller *label_get_handler(const char *name);
-int label_remove(const char *path);
-int label_read(const char *path, struct label **result);
-int label_verify(const char *path);
+int label_remove(struct device *dev);
+int label_read(struct device *dev, struct label **result);
+int label_verify(struct device *dev);
void label_free(struct label *l);
/*