chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / fat.h
index 51ad94df8538fa17bb666c9306523edeb7557580..0043210d5a6fba1c3a6ae6d31704fcb6ec8d782c 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_FAT_
 #define _VOLUME_ID_FAT_
 
-extern int volume_id_probe_vfat(struct volume_id *id, __u64 off);
+extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off);
 
 #endif