libclamav/fsg.h
3c5b57d4
 /*
  *  Copyright (C) 2004 aCaB <acab@clamav.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
  *
  *  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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #ifndef __FSG_H
 #define __FSG_H
 
 #include "cltypes.h"
3daea9cf
 #include "rebuildpe.h"
3c5b57d4
 
3daea9cf
 int unfsg_200(char *, char *, int, int);
 int unfsg_133(char *, char *, int , int, struct SECTION *, int, uint32_t, uint32_t, int);
3c5b57d4
 
 #endif
 
3daea9cf