Use a compiler to marshall/unmarshall the sessions
[mod_auth_gssapi.git] / src / asn1c / Uint32.h
1 /*
2  * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
3  * From ASN.1 module "GssapiSessionModule"
4  *      found in "session.asn1"
5  *      `asn1c -fskeletons-copy`
6  */
7
8 #ifndef _Uint32_H_
9 #define _Uint32_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Uint32 */
22 typedef unsigned long    Uint32_t;
23
24 /* Implementation */
25 extern asn_TYPE_descriptor_t asn_DEF_Uint32;
26 asn_struct_free_f Uint32_free;
27 asn_struct_print_f Uint32_print;
28 asn_constr_check_f Uint32_constraint;
29 ber_type_decoder_f Uint32_decode_ber;
30 der_type_encoder_f Uint32_encode_der;
31 xer_type_decoder_f Uint32_decode_xer;
32 xer_type_encoder_f Uint32_encode_xer;
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif  /* _Uint32_H_ */
39 #include <asn_internal.h>