chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / luks.h
index 180336f5739824f380ec6ee05dbe5bdc82bb860f..f53a1558ecacd1d28536992fc4da02306ddb94a9 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_LUKS_
 #define _VOLUME_ID_LUKS_
 
-extern int volume_id_probe_luks(struct volume_id *id, __u64 off);
+extern int volume_id_probe_luks(struct volume_id *id, uint64_t off);
 
 #endif