blob: 234e9f8e750daf6142712a44b211c6f4fe5cbf94 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
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 _BOOLEAN_H_
6#define _BOOLEAN_H_
7
8#include <constr_TYPE.h>
9
10typedef struct BOOLEAN {
11 int value;
12} BOOLEAN_t;
13
14extern asn1_TYPE_descriptor_t asn1_DEF_BOOLEAN;
15
16ber_type_decoder_f BOOLEAN_decode_ber;
17der_type_encoder_f BOOLEAN_encode_der;
18asn_struct_print_f BOOLEAN_print;
19asn_struct_free_f BOOLEAN_free;
20
21#endif /* _BOOLEAN_H_ */