diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-25 14:59:50 +0200 |
commit | cdf18948639e56d2e3c71606c72e2f2d239c100b (patch) | |
tree | 156a00e8c63b093928b611c17cfd1dfbfaf96353 /extras/volume_id/lib/hpfs.c | |
parent | b437ec958a505c057870c40bf668d8692d60dc3a (diff) |
libvolume_id: add parameter 'size' to all probe functions
Diffstat (limited to 'extras/volume_id/lib/hpfs.c')
-rw-r--r-- | extras/volume_id/lib/hpfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/hpfs.c b/extras/volume_id/lib/hpfs.c index 6fec9caf8d..edcf0666ae 100644 --- a/extras/volume_id/lib/hpfs.c +++ b/extras/volume_id/lib/hpfs.c @@ -34,7 +34,7 @@ struct hpfs_super #define HPFS_SUPERBLOCK_OFFSET 0x2000 -int volume_id_probe_hpfs(struct volume_id *id, uint64_t off) +int volume_id_probe_hpfs(struct volume_id *id, uint64_t off, uint64_t size) { struct hpfs_super *hs; |