aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <james>2012-03-11 11:30:50 +0000
committerjames <james>2012-03-11 11:30:50 +0000
commit762907fd59a7458bea74109d37e0f12e8c937a93 (patch)
treef0c176980b4c90b5657dd198aeabcd5431cddfa1 /src/prototypes.h
parent9f69f2163178203ce5dc4abb5a909be1338ec5b0 (diff)
downloadgpt-762907fd59a7458bea74109d37e0f12e8c937a93.tar.gz
gpt-762907fd59a7458bea74109d37e0f12e8c937a93.tar.bz2
gpt-762907fd59a7458bea74109d37e0f12e8c937a93.zip
*** empty log message ***
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index 0f4144e..64545b5 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -18,6 +18,7 @@ uint32_t crc32(uint32_t crc, const void *_buf, int len);
void header_calc_crc(GPT_header *h);
GPT_header header_new(GUID disk_guid, uint64_t lbas, int alt);
uint32_t header_calc_ent_crc(DISK *d, GPT_header *h);
+int header_check_crc(DISK *d, GPT_header *h);
void header_show(DISK *d, GPT_header *h);
int header_validate(DISK *d, GPT_header *h);
void header_redo_ent_crc(DISK *d, GPT_header *h);