]> icculus.org git repositories - icculus/xz.git/blob - src/liblzma/api/lzma/copy.h
Imported to git.
[icculus/xz.git] / src / liblzma / api / lzma / copy.h
1 /**
2  * \file        lzma/copy.h
3  * \brief       Copy filter
4  *
5  * \author      Copyright (C) 1999-2006 Igor Pavlov
6  * \author      Copyright (C) 2007 Lasse Collin
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  */
18
19 #ifndef LZMA_H_INTERNAL
20 #       error Never include this file directly. Use <lzma.h> instead.
21 #endif
22
23
24 /**
25  * \brief       Filter ID
26  *
27  * Filter ID of the Copy filter. This is used as lzma_options_filter.id.
28  */
29 #define LZMA_FILTER_COPY        LZMA_VLI_C(0x00)