diff options
author | Jack Lloyd <[email protected]> | 2019-08-06 03:39:49 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-06 07:04:46 -0400 |
commit | d187ddcaebe11a324f0efb20eb67a842929adc6f (patch) | |
tree | a8ec6b1076eff60f7475dd7a904a1934192fcf10 /src/lib/utils/charset.h | |
parent | cc6b42d71b0cdc2ebfa2b33b5039991f2d79f606 (diff) |
Deprecate many publically available headers
Diffstat (limited to 'src/lib/utils/charset.h')
-rw-r--r-- | src/lib/utils/charset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/utils/charset.h b/src/lib/utils/charset.h index 4913f0a5a..6e7ce30c9 100644 --- a/src/lib/utils/charset.h +++ b/src/lib/utils/charset.h @@ -11,6 +11,8 @@ #include <botan/types.h> #include <string> +BOTAN_FUTURE_INTERNAL_HEADER(charset.h) + namespace Botan { /** |