chiark / gitweb /
volume_id: remove partition table parsing code
[elogind.git] / extras / volume_id / libvolume_id / volume_id.h
index 15f1ac01f82587fa09062e78567eee0dd11007ee..d370bae6c8f262dafbc0673062a14f58a3b75a6b 100644 (file)
@@ -14,7 +14,7 @@
 #include <stdint.h>
 #include <stddef.h>
 
-#define VOLUME_ID_VERSION              59
+#define VOLUME_ID_VERSION              60
 
 #ifndef PACKED
 #define PACKED                         __attribute__((packed))
@@ -117,8 +117,4 @@ extern int volume_id_probe_promise_fasttrack_raid(struct volume_id *id, uint64_t
 extern int volume_id_probe_silicon_medley_raid(struct volume_id *id, uint64_t off, uint64_t size);
 extern int volume_id_probe_via_raid(struct volume_id *id, uint64_t off, uint64_t size);
 
-/* partition tables */
-extern int volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t off);
-extern int volume_id_probe_mac_partition_map(struct volume_id *id, uint64_t off);
-
 #endif