~ubuntu-branches/ubuntu/feisty/clamav/feisty-security

« back to all changes in this revision

Viewing changes to libclamav/aspack.h

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2008-06-02 13:50:40 UTC
  • mfrom: (0.11.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602135040-409tvfwl36omoov3
Tags: 0.92.1~dfsg2-1.1~feisty2
no change rebuild for -security

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  Copyright (C) 2007 Amaketos, LLC
 
3
 *  Authors: Luciano Giuseppe 'Pnluck' <pnluck@virgilio.it>
 
4
 *           aCaB <acab@clamav.net>
 
5
 *
 
6
 *  This program is free software; you can redistribute it and/or modify
 
7
 *  it under the terms of the GNU General Public License version 2 as
 
8
 *  published by the Free Software Foundation.
 
9
 *
 
10
 *  This program is distributed in the hope that it will be useful,
 
11
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 *  GNU General Public License for more details.
 
14
 *
 
15
 *  You should have received a copy of the GNU General Public License
 
16
 *  along with this program; if not, write to the Free Software
 
17
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
18
 *  MA 02110-1301, USA.
 
19
 */
 
20
 
 
21
#ifndef __ASPACK_H
 
22
#define __ASPACK_H
 
23
 
 
24
#include "cltypes.h"
 
25
#include "execs.h"
 
26
 
 
27
int unaspack212(uint8_t *, unsigned int, struct cli_exe_section *, uint16_t, uint32_t, uint32_t, int);
 
28
 
 
29
#endif