blob: 1476a6f14c736c0ad8bcea065d2be0b3465c2be0 [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 _UniversalString_H_
6#define _UniversalString_H_
7
8#include <OCTET_STRING.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef OCTET_STRING_t UniversalString_t; /* Implemented via OCTET STRING */
15
16extern asn_TYPE_descriptor_t asn_DEF_UniversalString;
17
18asn_struct_print_f UniversalString_print; /* Human-readable output */
19xer_type_decoder_f UniversalString_decode_xer;
20xer_type_encoder_f UniversalString_encode_xer;
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* _UniversalString_H_ */