Fix protype warnings for pe checksum.

This commit is contained in:
Aneesh Dogra 2016-03-13 00:55:13 +05:30 committed by pancake
parent fd5c8d17fe
commit 236fc3213d

View File

@ -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);