Botan  2.19.1
Crypto and TLS for C++11
basefilt.h
Go to the documentation of this file.
1 /*
2 * Basic Filters
3 * (C) 1999-2007 Jack Lloyd
4 * (C) 2013 Joel Low
5 *
6 * Botan is released under the Simplified BSD License (see license.txt)
7 */
8 
9 #ifndef BOTAN_BASEFILT_H_
10 #define BOTAN_BASEFILT_H_
11 
12 // This header is deprecated and will be removed in a future major release
13 
14 #include <botan/filters.h>
15 
16 BOTAN_DEPRECATED_HEADER(basefilt.h)
17 
18 #endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition: compiler.h:132