remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / NULL.h
blob131e775926122ab539ccbaec39ed92db67fe6af0
1 /*-
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 ASN_TYPE_NULL_H
6 #define ASN_TYPE_NULL_H
8 #include <asn_application.h>
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
15 * The value of the NULL type is meaningless: see BOOLEAN if you want to
16 * carry true/false semantics.
18 typedef int NULL_t;
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;
29 #ifdef __cplusplus
31 #endif
33 #endif /* NULL_H */