summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/filters/buf_filt.h
blob: 1f9ed3eff0b4173903c45a3e879f2beaa0d4acf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Buffered Filter
* (C) 1999-2007 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_BUFFERED_FILTER_H_
#define BOTAN_BUFFERED_FILTER_H_

#include <botan/filters.h>
BOTAN_DEPRECATED_HEADER(buf_filt.h)

#endif