clamonacc/fanotif/fanotif.h
de1271a1
 /*
206dbaef
  *  Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
de1271a1
  *
7ad7211e
  *  Authors: Mickey Sola
de1271a1
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
  *  published by the Free Software Foundation.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  *  MA 02110-1301, USA.
  */
 
7ad7211e
 #ifndef __ONAS_FAN_H
 #define __ONAS_FAN_H
de1271a1
 
9e20cdf6
 // libclamav
 #include "clamav.h"
 
953a43f3
 #include "../clamonacc.h"
 
7ad7211e
 //void *onas_fan_th(void *arg);
953a43f3
 cl_error_t onas_setup_fanotif(struct onas_context **ctx);
 int onas_fan_eloop(struct onas_context **ctx);
5ae59b95
 
de1271a1
 #endif