aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/BOOLEAN.h
blob: 234e9f8e750daf6142712a44b211c6f4fe5cbf94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*-
 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
 * Redistribution and modifications are permitted subject to BSD license.
 */
#ifndef	_BOOLEAN_H_
#define	_BOOLEAN_H_

#include <constr_TYPE.h>

typedef struct BOOLEAN {
	int value;
} BOOLEAN_t;

extern asn1_TYPE_descriptor_t asn1_DEF_BOOLEAN;

ber_type_decoder_f BOOLEAN_decode_ber;
der_type_encoder_f BOOLEAN_encode_der;
asn_struct_print_f BOOLEAN_print;
asn_struct_free_f BOOLEAN_free;

#endif	/* _BOOLEAN_H_ */