chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / romfs.h
index b0108f3ddefc176c99c43aefd53136f21e6c1abe..5a8e900b08c18c36930479f3df06c2efb8facd72 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_ROMFS_
 #define _VOLUME_ID_ROMFS_
 
-extern int volume_id_probe_romfs(struct volume_id *id, __u64 off);
+extern int volume_id_probe_romfs(struct volume_id *id, uint64_t off);
 
 #endif