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

39 lines
720 B
C

/*
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
* From ASN.1 module "POKERTH-PROTOCOL"
* found in "../../../docs/pokerth.asn1"
* `asn1c -fskeletons-copy`
*/
#ifndef _Id_H_
#define _Id_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Id */
typedef unsigned long Id_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_Id;
asn_struct_free_f Id_free;
asn_struct_print_f Id_print;
asn_constr_check_f Id_constraint;
ber_type_decoder_f Id_decode_ber;
der_type_encoder_f Id_encode_der;
xer_type_decoder_f Id_decode_xer;
xer_type_encoder_f Id_encode_xer;
#ifdef __cplusplus
}
#endif
#endif /* _Id_H_ */