cl_engine_new()
, it will have
all internal settings set to default values as recommended by the
ClamAV authors. It's possible to check and modify the values using
this couple of functions:
int cl_engine_set(struct cl_engine *engine, enum cl_engine_field field, const void *val); int cl_engine_get(const struct cl_engine *engine, enum cl_engine_field fi eld, void *val);Please don't modify the default values unless you know what you're doing. Refer to ClamAV sources (clamscan, clamd) for examples.