From e01bf9460eaca749253d4bada32c9feeab34e950 Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 30 Dec 2003 03:18:51 +0000 Subject: [PATCH] MOVED: ----------------------------------------------------------------------------- RCS file: /cvsroot/open-beos/current/src/kits/support/character_sets.h,v Working file: character_sets.h head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2003/07/26 21:27:13; author: shatty; state: Exp; initialize global character set array git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5806 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/textencoding/character_sets.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/kits/textencoding/character_sets.h diff --git a/src/kits/textencoding/character_sets.h b/src/kits/textencoding/character_sets.h new file mode 100644 index 0000000000..a757f7d17a --- /dev/null +++ b/src/kits/textencoding/character_sets.h @@ -0,0 +1,15 @@ +#ifndef character_sets_H +#define character_sets_H + +#include + +namespace BPrivate { + +extern const BCharacterSet * character_sets_by_id[]; +extern const uint32 character_sets_by_id_count; +extern const BCharacterSet ** character_sets_by_MIBenum; +extern uint32 maximum_valid_MIBenum; + +} + +#endif // character_sets_H