blob: 14f5ffab73188a34e109e6d84a6e15b36a2ec422 [file] [log] [blame]
vlmfa67ddc2004-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 _NULL_H_
6#define _NULL_H_
7
8#include <constr_TYPE.h>
9
10typedef struct NULL_s {
11 int value;
12} NULL_t;
13
14extern asn1_TYPE_descriptor_t asn1_DEF_NULL;
15
16der_type_encoder_f NULL_encode_der;
17asn_struct_print_f NULL_print;
18
19#endif /* _NULL_H_ */