00001 #ifndef NET_SNMP_PDU_API_H
00002 #define NET_SNMP_PDU_API_H
00003
00008 #include <net-snmp/types.h>
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00014 netsnmp_pdu *snmp_pdu_create(int type);
00015 netsnmp_pdu *snmp_clone_pdu(netsnmp_pdu *pdu);
00016 netsnmp_pdu *snmp_fix_pdu( netsnmp_pdu *pdu, int idx);
00017 void snmp_free_pdu( netsnmp_pdu *pdu);
00018
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #include <net-snmp/library/snmp_api.h>
00034 #include <net-snmp/library/snmp_client.h>
00035 #include <net-snmp/library/asn1.h>
00036
00037 #endif