summaryrefslogtreecommitdiff
path: root/lib/label/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index 59396559a..bd4509bb8 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -64,8 +64,8 @@ struct label_ops {
/*
* Read a label from a volume.
*/
- int (*read) (struct labeller * l, struct device * dev,
- void *label_buf, struct label ** label);
+ int (*read) (struct labeller *l, struct device *dev,
+ void *label_buf, uint64_t label_sector, int *is_duplicate);
/*
* Populate label_type etc.