libfreshclam/libfreshclam.h
fe907728
 //
 //  libfreshclam.h
 //  freshclam
 //
 //  Created by msachedi on 2/3/14.
c442ca9c
 //  Copyright (C) 2014-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
fe907728
 //
 
 #ifndef freshclam_libfreshclam_h
 #define freshclam_libfreshclam_h
 
 int download_with_opts(struct optstruct *opts, const char* db_path, const char* db_owner);
 struct optstruct *optadditem(const char *name, const char *arg, int verbose, int toolmask, int ignore,
                           struct optstruct *oldopts);
 #endif