clamav/libclamav/json.h

7 lines
141 B
C
Raw Normal View History

#if !defined(_LIBCLAMAV_JSON_H)
#define _LIBCLAMAV_JSON_H
char *export_stats_to_json(struct cl_engine *engine, cli_intel_t *intel);
#endif