diff options
author | Christophe Grenier <[email protected]> | 2009-10-25 18:26:16 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-10-25 18:26:16 +0100 |
commit | 5156d5b462f00da3830dc6314dd74feda37f1257 (patch) | |
tree | 85ff8a96aeab5a1cdd6054f6be8a53d12d401788 /src/lang.h | |
parent | 4a75ec8effe3e4878e7710a1322d8ed86f059c08 (diff) |
Code cleanup
Diffstat (limited to 'src/lang.h')
-rw-r--r-- | src/lang.h | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -25,7 +25,6 @@ #define c_YES 'Y' #define c_NO 'N' #define msg_TBL_NMARK "\nPartition sector doesn't have the endmark 0xAA55\n" -#define msg_BAD_NMARK "\nBoot sector doesn't have the endmark 0xAA55\n" #define msg_BAD_S_CYL "\nWarning: Bad starting cylinder (CHS and LBA don't match)" #define msg_BAD_S_HEAD "\nWarning: Bad starting head (CHS and LBA don't match)" #define msg_BAD_S_SECT "\nWarning: Bad starting sector (CHS and LBA don't match)" @@ -37,12 +36,9 @@ #define msg_BAD_SCOUNT "\nBad sector count." #define msg_CHKFAT_BAD_JUMP "check_FAT: Bad jump in FAT partition\n" #define msg_CHKFAT_SECT_CLUSTER "check_FAT: Bad number of sectors per cluster\n" -#define msg_CHKFAT_SECTTRACK "check_FAT: Incorrect number of sectors per track\n" -#define msg_CHKFAT_SIDE "check_FAT: Incorrect number of sides\n" #define msg_CHKFAT_ENTRY "check_FAT: Bad number of entries in root dir\n" #define msg_CHKFAT_SIZE "check_FAT: Incorrect size of partition\n" #define msg_CHKFAT_SECTPFAT "check_FAT: Incorrect number of sectors per FAT\n" -#define msg_CHKFAT_BAD_HIDDEN "check_FAT: Incorrect number of hidden sectors\n" #define msg_CHKFAT_BADFAT32VERSION "check_FAT: Bad FAT32 version, should be 0.0\n" #define msg_PART_HEADER " Partition\t\t Start End Size in sectors\n" #define msg_PART_HEADER_LONG " Partition\t\t\tStart End Size in sectors\n" @@ -50,12 +46,9 @@ #define msg_PART_WR_ERR "\nPartition: Write error\n" #define msg_ONLY_ONE_DOS "Partition Table contains two or more Primary DOS FAT partitions\n" #define msg_ONLY_ONE_EXT "Partition Table may contain only one Extended partition\n" -#define msg_NO_OS2MB "There are hidden partitions, but no OS2 MultiBoot.\n" #define msg_NO_BOOTABLE "No partition is bootable\n" #define msg_ONLY1MUSTBOOT "Only one partition must be bootable\n" #define msg_SAME_SPACE "Space conflict between the following two partitions\n" -#define msg_CHOICE "\nChoice ? " -#define msg_FREE_ERROR "\nFree memory allocation error" #define msg_WRITE_CLEAN_TABLE "Clear MBR partition table by writing zero bytes to it? (Y/N) " #define msg_WRITE_MBR_CODE "Write a new copy of MBR code to first sector? (Y/N) " #define msg_STRUCT_BAD "Structure: Bad." @@ -64,14 +57,3 @@ #define msg_MBR_ORDER_GOOD "Partitions order: Ok " #define msg_MBR_ORDER_BAD "Partitions order: Bad" #define msg_NO_EXT_PART "No extended partition\n" -#define msg_ROOT_CLUSTER_RERR "\nroot_cluster: read error" - -#ifdef __cplusplus -extern "C" { -#endif - -const unsigned char *partition_type(const unsigned char type, const struct systypes *parttype_name_table); -#ifdef __cplusplus -} /* closing brace for extern "C" */ -#endif - |