~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

1.1.1 by Stephen Gran
Import upstream version 0.87
1
/*
0.1.1 by Stephen Gran
Import upstream version 0.94.dfsg
2
 *  Copyright (C) 2007-2008 Sourcefire, Inc.
3
 *
4
 *  Authors: Alberto Wu
1.1.1 by Stephen Gran
Import upstream version 0.87
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
1.1.6 by Leonel Nunez
Import upstream version 0.92~dfsg
7
 *  it under the terms of the GNU General Public License version 2 as
8
 *  published by the Free Software Foundation.
1.1.1 by Stephen Gran
Import upstream version 0.87
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
1.1.6 by Leonel Nunez
Import upstream version 0.92~dfsg
17
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18
 *  MA 02110-1301, USA.
1.1.1 by Stephen Gran
Import upstream version 0.87
19
 */
20
21
#ifndef __UPX_H
22
#define __UPX_H
23
24
#include "cltypes.h"
25
0.47.8 by Scott Kitterman
Import upstream version 0.98+dfsg
26
int upx_inflate2b(const char *, uint32_t, char *, uint32_t *, uint32_t, uint32_t, uint32_t);
27
int upx_inflate2d(const char *, uint32_t, char *, uint32_t *, uint32_t, uint32_t, uint32_t);
28
int upx_inflate2e(const char *, uint32_t, char *, uint32_t *, uint32_t, uint32_t, uint32_t);
29
int upx_inflatelzma(const char *, uint32_t, char *, uint32_t *, uint32_t, uint32_t, uint32_t);
1.1.1 by Stephen Gran
Import upstream version 0.87
30
31
#endif