chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / ntfs.h
index 63b1161d51ee19cb586f4ff8422ca76a212d3d73..2a84db36537e0dbcdccc700ca3e0fca879ce871a 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_NTFS_
 #define _VOLUME_ID_NTFS_
 
-extern int volume_id_probe_ntfs(struct volume_id *id, __u64 off);
+extern int volume_id_probe_ntfs(struct volume_id *id, uint64_t off);
 
 #endif