summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index d8c2a43..eb2c747 100644
--- a/gpt.h
+++ b/gpt.h
@@ -98,7 +98,7 @@ public:
int Verify(void);
int CheckGPTSize(void);
int CheckHeaderValidity(void);
- int CheckHeaderCRC(struct GPTHeader* header);
+ int CheckHeaderCRC(struct GPTHeader* header, int warn = 0);
void RecomputeCRCs(void);
void RebuildMainHeader(void);
void RebuildSecondHeader(void);