blob: b42dd0d0481807b71743297adc034e2cc620800b [file] [log] [blame]
Lev Walkinf15320b2004-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
Lev Walkin11c3e172004-09-24 21:00:50 +00008#include <asn_application.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00009#include <VisibleString.h>
10
Lev Walkin21b41ac2005-07-24 09:03:44 +000011#ifdef __cplusplus
12extern "C" {
13#endif
14
Lev Walkinf15320b2004-06-03 03:38:44 +000015typedef VisibleString_t ISO646String_t; /* Implemented using VisibleString */
16
Lev Walkin5e033762004-09-29 13:26:15 +000017extern asn_TYPE_descriptor_t asn_DEF_ISO646String;
Lev Walkinf15320b2004-06-03 03:38:44 +000018
Lev Walkin21b41ac2005-07-24 09:03:44 +000019#ifdef __cplusplus
20}
21#endif
22
Lev Walkinf15320b2004-06-03 03:38:44 +000023#endif /* _ISO646String_H_ */