mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 08:14:35 +00:00
Fix protype warnings for pe checksum.
This commit is contained in:
parent
fd5c8d17fe
commit
236fc3213d
@ -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);
|
Loading…
x
Reference in New Issue
Block a user