#if !defined(_LIBCLAMAV_JSON_H)
#define _LIBCLAMAV_JSON_H

char *export_stats_to_json(struct cl_engine *engine, cli_intel_t *intel);

#endif