mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-09 16:13:20 -04:00
Conflicts: libclamav/Makefile.am libclamav/Makefile.in libclamav/others.c libclamav/others.h unit_tests/Makefile.in
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
|