mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
9 lines
336 B
C
9 lines
336 B
C
![]() |
#if !defined(_LIBCLAMAV_STATS_H)
|
||
|
#define _LIBCLAMAV_STATS_H
|
||
|
|
||
|
void clamav_stats_add_sample(const char *virname, const unsigned char *md5, uint64_t size, cli_intel_sample_type_t type, void *cbdata);
|
||
|
void clamav_stats_submit(struct cl_engine *engine, void *cbdata);
|
||
|
void clamav_stats_flush(struct cl_engine *engine, void *cbdata);
|
||
|
|
||
|
#endif
|