]> git.stg.codes - stg.git/blob - libs/smux/include/stg/GetNextRequest-PDU.h
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / include / stg / GetNextRequest-PDU.h
1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "RFC1157-SNMP"
4  *      found in "RFC1157-SNMP.asn1"
5  *      `asn1c -fskeletons-copy`
6  */
7
8 #ifndef _GetNextRequest_PDU_H_
9 #define _GetNextRequest_PDU_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PDU.h"
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* GetNextRequest-PDU */
22 typedef PDU_t    GetNextRequest_PDU_t;
23
24 /* Implementation */
25 extern asn_TYPE_descriptor_t asn_DEF_GetNextRequest_PDU;
26 asn_struct_free_f GetNextRequest_PDU_free;
27 asn_struct_print_f GetNextRequest_PDU_print;
28 asn_constr_check_f GetNextRequest_PDU_constraint;
29 ber_type_decoder_f GetNextRequest_PDU_decode_ber;
30 der_type_encoder_f GetNextRequest_PDU_encode_der;
31 xer_type_decoder_f GetNextRequest_PDU_decode_xer;
32 xer_type_encoder_f GetNextRequest_PDU_encode_xer;
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif  /* _GetNextRequest_PDU_H_ */