chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / lvm.h
index 2e44cda75b40df197bcce28b0ac6d5d917c08e13..555f18d904cb2f68a737462c67e3395572565765 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _VOLUME_ID_LVM_
 #define _VOLUME_ID_LVM_
 
-extern int volume_id_probe_lvm1(struct volume_id *id, __u64 off);
-extern int volume_id_probe_lvm2(struct volume_id *id, __u64 off);
+extern int volume_id_probe_lvm1(struct volume_id *id, uint64_t off);
+extern int volume_id_probe_lvm2(struct volume_id *id, uint64_t off);
 
 #endif