aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
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);