Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / snmpAAL5PVCDomain.h
1 #ifndef _SNMPAAL5PVCDOMAIN_H
2 #define _SNMPAAL5PVCDOMAIN_H
3
4 #ifdef SNMP_TRANSPORT_AAL5PVC_DOMAIN
5
6 #ifdef __cplusplus
7 extern          "C" {
8 #endif
9
10 #if HAVE_SYS_SOCKET_H
11 #include <sys/socket.h>
12 #endif
13
14 #include <atm.h>
15
16 #include <net-snmp/library/snmp_transport.h>
17 #include <net-snmp/library/asn1.h>
18
19 extern oid  netsnmp_AAL5PVCDomain[]; /* = { ENTERPRISE_MIB, 3, 3, 3 }; */
20
21 netsnmp_transport *netsnmp_aal5pvc_transport(struct sockaddr_atmpvc *addr,
22                                              int local);
23
24 /*
25  * "Constructor" for transport domain object.  
26  */
27
28 void            netsnmp_aal5pvc_ctor(void);
29
30 #ifdef __cplusplus
31 }
32 #endif
33 #endif                          /*SNMP_TRANSPORT_AAL5PVC_DOMAIN */
34
35 #endif/*_SNMPAAL5PVCDOMAIN_H*/