blob: 20ba8cc50b46b17f9669263b8309e26d8e70ae37 [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _VisibleString_H_
6#define _VisibleString_H_
7
8#include <OCTET_STRING.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef OCTET_STRING_t VisibleString_t; /* Implemented via OCTET STRING */
15
16extern asn_TYPE_descriptor_t asn_DEF_VisibleString;
17
18asn_constr_check_f VisibleString_constraint;
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* _VisibleString_H_ */