ptable_gettype
if ((ptable_gettype(od->table) == PTABLE_BSD ||
ptable_gettype(od->table) == PTABLE_VTOC) &&
} else if (ptable_gettype(od->table) == PTABLE_ISO9660) {
if (ptable_gettype(od->table) == PTABLE_GPT) {
if (ptable_gettype(table) != PTABLE_BSD &&
ptable_gettype(table) != PTABLE_VTOC)
enum ptable_type ptable_gettype(const struct ptable *table);
enum ptable_type pt = ptable_gettype(table);
enum ptable_type pt = ptable_gettype(table);