chiark / gitweb /
volume_id: hfs - calculate proper uuid
[elogind.git] / extras / volume_id / lib / util.h
index e3c766d4ab66f947381d3298c70839f43475184e..fe0b56be81e7750df4fd348b8dc05623d41bae45 100644 (file)
@@ -70,7 +70,6 @@ enum uuid_format {
        UUID_DCE,
        UUID_DOS,
        UUID_64BIT_LE,
-       UUID_64BIT_BE,
        UUID_MD,
        UUID_LVM,
 };
@@ -91,4 +90,3 @@ extern uint8_t *volume_id_get_buffer(struct volume_id *id, uint64_t off, size_t
 extern void volume_id_free_buffer(struct volume_id *id);
 
 #endif /* _VOLUME_ID_UTIL_ */
-