mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
7 lines
141 B
C
7 lines
141 B
C
![]() |
#if !defined(_LIBCLAMAV_JSON_H)
|
||
|
#define _LIBCLAMAV_JSON_H
|
||
|
|
||
|
char *export_stats_to_json(struct cl_engine *engine, cli_intel_t *intel);
|
||
|
|
||
|
#endif
|