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

#include <constr_TYPE.h>

typedef struct NULL_s {
	int value;
} NULL_t;

extern asn1_TYPE_descriptor_t asn1_DEF_NULL;

der_type_encoder_f NULL_encode_der;
asn_struct_print_f NULL_print;

#endif	/* _NULL_H_ */