| commit | 1eea9b0b51367472ce12efb59b0018c0ac96a463 | [log] [tgz] |
|---|---|---|
| author | Roderick W. Smith <rodsmith@rodsbooks.com> | Sat Jul 06 22:52:58 2013 -0400 |
| committer | Roderick W. Smith <rodsmith@rodsbooks.com> | Sat Jul 06 22:52:58 2013 -0400 |
| tree | 88c2eacf1fbcb909a24b60fab44151ea137d5965 | |
| parent | f5dfbfa418675ca862408e4fb2240b21dd07d558 [diff] [blame] |
New partition type codes & "-a" option for cgdisk
diff --git a/gpt.h b/gpt.h index 7afd11a..e9afd06 100644 --- a/gpt.h +++ b/gpt.h
@@ -134,7 +134,7 @@ // Convert between GPT and other formats virtual WhichToUse UseWhichPartitions(void); void XFormPartitions(void); - virtual int XFormDisklabel(uint32_t partNum); + int XFormDisklabel(uint32_t partNum); int XFormDisklabel(BSDData* disklabel); int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful