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