Files
pokerth/src/third_party/asn1/NonZeroId.h
T

40 lines
837 B
C

/*
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
* From ASN.1 module "POKERTH-PROTOCOL"
* found in "../../../docs/pokerth.asn1"
* `asn1c -fskeletons-copy`
*/
#ifndef _NonZeroId_H_
#define _NonZeroId_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#ifdef __cplusplus
extern "C" {
#endif
/* NonZeroId */
typedef unsigned long NonZeroId_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_NonZeroId;
asn_struct_free_f NonZeroId_free;
asn_struct_print_f NonZeroId_print;
asn_constr_check_f NonZeroId_constraint;
ber_type_decoder_f NonZeroId_decode_ber;
der_type_encoder_f NonZeroId_encode_der;
xer_type_decoder_f NonZeroId_decode_xer;
xer_type_encoder_f NonZeroId_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _NonZeroId_H_ */
#include <asn_internal.h>