summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/comp_filter.h
blob: 86b587ac30f58ba360ea7ab57909631de7deba84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
* Filter interface for compression
* (C) 2014,2015,2016 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_COMPRESSION_FILTER_H_
#define BOTAN_COMPRESSION_FILTER_H_

BOTAN_DEPRECATED_HEADER(comp_filter.h)

#include <botan/filters.h>

#endif