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