blob: b42dd0d0481807b71743297adc034e2cc620800b [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
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 <asn_application.h>
9#include <VisibleString.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15typedef VisibleString_t ISO646String_t; /* Implemented using VisibleString */
16
17extern asn_TYPE_descriptor_t asn_DEF_ISO646String;
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* _ISO646String_H_ */