blob: fe74f0fd7e4234d6017278abd4a400775bf9fbf8 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkina9cc46e2004-09-22 16:06:28 +00002 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
Lev Walkinf15320b2004-06-03 03:38:44 +00003 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _UniversalString_H_
6#define _UniversalString_H_
7
Lev Walkinf15320b2004-06-03 03:38:44 +00008#include <OCTET_STRING.h>
9
Lev Walkin11c3e172004-09-24 21:00:50 +000010typedef OCTET_STRING_t UniversalString_t; /* Implemented via OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000011
12extern asn1_TYPE_descriptor_t asn1_DEF_UniversalString;
13
14asn_struct_print_f UniversalString_print; /* Human-readable output */
Lev Walkina9cc46e2004-09-22 16:06:28 +000015xer_type_encoder_f UniversalString_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000016
17#endif /* _UniversalString_H_ */