mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Fix compiler warning
Mismatched declaration and definition.
This commit is contained in:
parent
fa830aabdc
commit
87e389d1b2
1 changed files with 1 additions and 1 deletions
|
@ -390,6 +390,6 @@ cl_error_t cli_matchmeta(cli_ctx *ctx, const char *fname, size_t fsizec, size_t
|
|||
* - 9 - MachO
|
||||
* @param ctx The current scan context
|
||||
*/
|
||||
void cli_targetinfo(struct cli_target_info *info, unsigned int target, cli_ctx *ctx);
|
||||
void cli_targetinfo(struct cli_target_info *info, cli_target_t target, cli_ctx *ctx);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue