ucclam

ucclam — To work with libclamav.

Functions

Types and Values

struct UCClam

Description

Functions

uc_ucclam_new ()

UCClam *
uc_ucclam_new (gchar **error);

Returns


uc_ucclam_scan ()

gboolean
uc_ucclam_scan (UCClam *clam,
                const gchar *path,
                gchar **virname);

Returns


uc_ucclam_free ()

void
uc_ucclam_free (UCClam **clam);

Types and Values

struct UCClam

struct UCClam {
  gsize size;
  unsigned int sigs;
  const char *virname;
  struct cl_engine *engine;
};