util-linux/fdisks/common.h
Karel Zak 749af4b609 fdisk: move partition types to label specific part
- move MBR partition types to dos_part_types.h
 - make dos_part_types.h independent on datetypes to keep it useful in
   all fdisks
 - add struct fdisk_parrtype
 - move label specific partition types to context->label

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-09-27 13:38:13 +02:00

8 lines
174 B
C

#ifndef FDISK_COMMON_H
#define FDISK_COMMON_H
/* common stuff for fdisk, cfdisk, sfdisk */
extern char *partname(char *dev, int pno, int lth);
#endif /* FDISK_COMMON_H */