libclamav/ole2_extract.h
47bbbc56
 /*
  *  Extract component parts of OLE2 files (e.g. MS Office Documents)
  *
2023340a
  *  Copyright (C) 2007-2008 Sourcefire, Inc.
  *
  *  Authors: Trog
47bbbc56
  *
  *  This program is free software; you can redistribute it and/or modify
2023340a
  *  it under the terms of the GNU General Public License version 2 as
  *  published by the Free Software Foundation.
47bbbc56
  *
  *  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.
47bbbc56
  */
 
 #ifndef __OLE2_EXTRACT_H
 #define __OLE2_EXTRACT_H
 
bbd6ca3f
 #include "others.h"
937ade08
 #include "uniq.h"
e5a5b2f2
 
034c02fd
 int cli_ole2_extract(const char *dirname, cli_ctx *ctx, struct uniq **);
47bbbc56
 
 #endif