-----------------------------------------------------------------------------
  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
This commit is contained in:
shatty
2003-12-30 03:18:51 +00:00
parent 60178a5e1f
commit e01bf9460e
+15
View File
@@ -0,0 +1,15 @@
#ifndef character_sets_H
#define character_sets_H
#include <CharacterSet.h>
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