libclamav/packlibs.h
5d048883
 /*
c442ca9c
  *  Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  *  Copyright (C) 2007-2013 Sourcefire, Inc.
2023340a
  *
  *  Authors: Alberto Wu, Michal 'GiM' Spadlinski
5d048883
  *
  *  This program is free software; you can redistribute it and/or modify
632be7ba
  *  it under the terms of the GNU General Public License version 2 as
  *  published by the Free Software Foundation.
5d048883
  *
  *  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.
  */
 
62012ff1
 #ifndef __PACKLIBS_H
 #define __PACKLIBS_H
5d048883
 
ce323ef4
 #if HAVE_CONFIG_H
 #include "clamav-config.h"
 #endif
 
95b2d68c
 #include "clamav-types.h"
4aa4a05c
 #include "rebuildpe.h"
 
f304dc68
 int cli_unfsg(const char *, char *, int, int, const char **, char **);
ce323ef4
 
f304dc68
 int unmew(const char *, char *, int, int, const char **, char **);
5d048883
 
 #endif