libclamav/readdb.h
9b8e00a0
 /*
5612732c
  *  Copyright (C) 2004 - 2005 Tomasz Kojm <tkojm@clamav.net>
9b8e00a0
  *
  *  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.
9b8e00a0
  *
  *  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.
9b8e00a0
  */
 
888f5794
 #ifndef __READDB_H
 #define __READDB_H
9b8e00a0
 
53721687
 #include "clamav.h"
bedc58de
 #include "matcher.h"
53721687
 
c889f9cf
 int cli_parse_add(struct cli_matcher *root, const char *virname, const char *hexsig, unsigned short type, const char *offset, unsigned short target);
9b8e00a0
 
53721687
 int cli_initengine(struct cl_engine **engine, unsigned int options);
 
9b8e00a0
 #endif