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