blob: 566ce3bea660ffd39a689b2d1a1dfc1b02143418 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _ISO646String_H_
6#define _ISO646String_H_
7
8#include <constr_TYPE.h>
9#include <VisibleString.h>
10
11typedef VisibleString_t ISO646String_t; /* Implemented using VisibleString */
12
13extern asn1_TYPE_descriptor_t asn1_DEF_ISO646String;
14
15#endif /* _ISO646String_H_ */