2016-03-11 13:32:31 -07:00
|
|
|
//
|
|
|
|
// libfreshclam.h
|
|
|
|
// freshclam
|
|
|
|
//
|
|
|
|
// Created by msachedi on 2/3/14.
|
2019-01-25 10:15:50 -05:00
|
|
|
// Copyright (C) 2014-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
2016-03-11 13:32:31 -07:00
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef freshclam_libfreshclam_h
|
|
|
|
#define freshclam_libfreshclam_h
|
|
|
|
|
2018-12-03 12:40:13 -05:00
|
|
|
int download_with_opts(struct optstruct *opts, const char *db_path, const char *db_owner);
|
2016-03-11 13:32:31 -07:00
|
|
|
struct optstruct *optadditem(const char *name, const char *arg, int verbose, int toolmask, int ignore,
|
2018-12-03 12:40:13 -05:00
|
|
|
struct optstruct *oldopts);
|
2016-03-11 13:32:31 -07:00
|
|
|
#endif
|