diff --git a/libr/bin/format/pe/pe.h b/libr/bin/format/pe/pe.h index 6ddec6c043..86b1b638f0 100644 --- a/libr/bin/format/pe/pe.h +++ b/libr/bin/format/pe/pe.h @@ -124,3 +124,5 @@ void* PE_(r_bin_pe_free)(struct PE_(r_bin_pe_obj_t)* bin); struct PE_(r_bin_pe_obj_t)* PE_(r_bin_pe_new)(const char* file); struct PE_(r_bin_pe_obj_t)* PE_(r_bin_pe_new_buf)(struct r_buf_t *buf); int PE_(r_bin_pe_get_debug_data)(struct PE_(r_bin_pe_obj_t) *bin, struct SDebugInfo *res); +int PE_(bin_pe_get_claimed_checksum)(struct PE_(r_bin_pe_obj_t) *bin); +int PE_(bin_pe_get_actual_checksum)(struct PE_(r_bin_pe_obj_t) *bin); \ No newline at end of file