blob: 003a5a63dbd71ffb3706405ba4cf07a7fdc15c5a [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 */
vlmaf9cf132004-08-19 13:26:36 +00005#ifndef ASN_TYPE_NULL_H
6#define ASN_TYPE_NULL_H
vlmfa67ddc2004-06-03 03:38:44 +00007
8#include <constr_TYPE.h>
9
vlmaf9cf132004-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;
vlmfa67ddc2004-06-03 03:38:44 +000015
16extern asn1_TYPE_descriptor_t asn1_DEF_NULL;
17
18der_type_encoder_f NULL_encode_der;
19asn_struct_print_f NULL_print;
20
vlmaf9cf132004-08-19 13:26:36 +000021#endif /* NULL_H */