Files
clamav/libclamav/json.h
Shawn Webb f2571e344b First initial commit of the stats gathering feature
Conflicts:
	libclamav/Makefile.am
	libclamav/Makefile.in
	libclamav/others.c
	libclamav/others.h
	unit_tests/Makefile.in
2014-01-28 10:25:36 -05:00

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