X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fintegrity.h;h=c9e07ca8e55bc1d1c5359a3d8cee737f808a9dc5;hb=3ffb2cde078ae8f62d542ab89166e1059c13d758;hp=6d5a16b5aad99eb4a10ba8454560ab9e37efc22b;hpb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;p=wimlib diff --git a/include/wimlib/integrity.h b/include/wimlib/integrity.h index 6d5a16b5..c9e07ca8 100644 --- a/include/wimlib/integrity.h +++ b/include/wimlib/integrity.h @@ -8,16 +8,13 @@ #define WIM_INTEGRITY_NOT_OK -1 #define WIM_INTEGRITY_NONEXISTENT -2 -struct resource_entry; - extern int -write_integrity_table(int fd, - struct resource_entry *integrity_res_entry, +write_integrity_table(WIMStruct *wim, off_t new_lookup_table_end, off_t old_lookup_table_end, wimlib_progress_func_t progress_func); extern int -check_wim_integrity(WIMStruct *w, wimlib_progress_func_t progress_func); +check_wim_integrity(WIMStruct *wim, wimlib_progress_func_t progress_func); #endif /* _WIMLIB_INTEGRITY_H */