libclamav/cvd.h
d9e258d5
 /*
48b7b4a7
  *  Copyright (C) 2003 Tomasz Kojm <tkojm@clamav.net>
d9e258d5
  *
  *  This program is free software; you can redistribute it and/or modify
bb34cb31
  *  it under the terms of the GNU General Public License version 2 as
  *  published by the Free Software Foundation.
d9e258d5
  *
  *  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
48b7b4a7
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  *  MA 02110-1301, USA.
d9e258d5
  */
 
 #ifndef __CVD_H
 #define __CVD_H
 
 #include <stdio.h>
 #include "clamav.h"
 
628be229
 int cli_cvdload(FILE *fs, struct cl_engine **engine, unsigned int *signo, short warn, unsigned int options);
2d70a403
 int cli_untgz(int fd, const char *destdir);
d9e258d5
 
 #endif