chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / hfs.h
index b23ccd30c83d467822ca333f0639de9a7eb6329d..42dc449e290b21ac0d172d2d9da31e624ade98f4 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_HFS_
 #define _VOLUME_ID_HFS_
 
-extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, __u64 off);
+extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off);
 
 #endif