diff options
Diffstat (limited to 'lib/label/label.h')
-rw-r--r-- | lib/label/label.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/label/label.h b/lib/label/label.h index 611b19e12..0f88511dd 100644 --- a/lib/label/label.h +++ b/lib/label/label.h @@ -75,7 +75,8 @@ struct label_ops { * Read a label from a volume. */ int (*read) (struct labeller * l, struct device * dev, - void *label_buf, struct label ** label); + void *label_buf, + struct label_read_data *ld, struct label ** label); /* * Additional consistency checks for the paranoid. |