mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
distcheck
This commit is contained in:
parent
a45651d4cb
commit
c80f26a2b8
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ int versioninfo_cb(void *opaque, uint32_t type, uint32_t name, uint32_t lang, ui
|
|||
}
|
||||
|
||||
|
||||
uint32_t cli_rawaddr(uint32_t rva, struct cli_exe_section *shp, uint16_t nos, unsigned int *err, size_t fsize, uint32_t hdr_size)
|
||||
uint32_t cli_rawaddr(uint32_t rva, const struct cli_exe_section *shp, uint16_t nos, unsigned int *err, size_t fsize, uint32_t hdr_size)
|
||||
{
|
||||
int i, found = 0;
|
||||
uint32_t ret;
|
||||
|
|
|
@ -154,7 +154,7 @@ int cli_scanpe(cli_ctx *ctx, icon_groupset *set);
|
|||
|
||||
int cli_peheader(fmap_t *map, struct cli_exe_info *peinfo);
|
||||
|
||||
uint32_t cli_rawaddr(uint32_t, struct cli_exe_section *, uint16_t, unsigned int *, size_t, uint32_t);
|
||||
uint32_t cli_rawaddr(uint32_t, const struct cli_exe_section *, uint16_t, unsigned int *, size_t, uint32_t);
|
||||
void findres(uint32_t, uint32_t, uint32_t, fmap_t *map, struct cli_exe_section *, uint16_t, uint32_t, int (*)(void *, uint32_t, uint32_t, uint32_t, uint32_t), void *);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue