blob: 64c02f70704b7d4823ea3656e4f478c5d1cf8d69 [file] [log] [blame]
Lev Walkinf15320b2004-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 */
Lev Walkin958d7a82004-08-19 13:26:36 +00005#ifndef ASN_TYPE_NULL_H
6#define ASN_TYPE_NULL_H
Lev Walkinf15320b2004-06-03 03:38:44 +00007
Lev Walkin11c3e172004-09-24 21:00:50 +00008#include <asn_application.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00009
Lev Walkin958d7a82004-08-19 13:26:36 +000010/*
11 * The value of the NULL type is meaningless: see BOOLEAN if you want to
12 * carry true/false semantics.
13 */
14typedef int NULL_t;
Lev Walkinf15320b2004-06-03 03:38:44 +000015
16extern asn1_TYPE_descriptor_t asn1_DEF_NULL;
17
Lev Walkinf15320b2004-06-03 03:38:44 +000018asn_struct_print_f NULL_print;
Lev Walkina9cc46e2004-09-22 16:06:28 +000019der_type_encoder_f NULL_encode_der;
20xer_type_encoder_f NULL_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000021
Lev Walkin958d7a82004-08-19 13:26:36 +000022#endif /* NULL_H */