Removed 0x8302 type code, since the Red Hat parted developers have

decided against using it.
This commit is contained in:
Roderick W. Smith
2013-09-24 12:56:11 -04:00
parent 427c799b61
commit e3ee733ff8
19 changed files with 49 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
/* This program is copyright (c) 2009 by Roderick W. Smith. It is distributed
/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
#include <stdint.h>
@@ -60,7 +60,7 @@ public:
uint16_t GetHexType() const;
// Information relating to all type data
void ShowAllTypes(void) const;
void ShowAllTypes(int maxLines = 21) const;
int Valid(uint16_t code) const;
};