2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
5 #ifndef ASN_TYPE_NULL_H
6 #define ASN_TYPE_NULL_H
8 #include <asn_application.h>
15 * The value of the NULL type is meaningless: see BOOLEAN if you want to
16 * carry true/false semantics.
20 extern asn_TYPE_descriptor_t asn_DEF_NULL;
22 asn_struct_print_f NULL_print;
23 der_type_encoder_f NULL_encode_der;
24 xer_type_decoder_f NULL_decode_xer;
25 xer_type_encoder_f NULL_encode_xer;
26 per_type_decoder_f NULL_decode_uper;
27 per_type_encoder_f NULL_encode_uper;