net-snmp 5.7
snmpTCPBaseDomain.h
00001 #ifndef SNMPTCPBASEDOMAIN_H
00002 #define SNMPTCPBASEDOMAIN_H
00003 
00004 #include <net-snmp/library/snmp_transport.h>
00005 
00006 #ifdef __cplusplus
00007 extern          "C" {
00008 #endif
00009 
00010 /*
00011  * Prototypes
00012  */
00013     int netsnmp_tcpbase_recv(netsnmp_transport *t, void *buf, int size,
00014                              void **opaque, int *olength);
00015     int netsnmp_tcpbase_send(netsnmp_transport *t, void *buf, int size,
00016                              void **opaque, int *olength);
00017         
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 
00022 #endif /* SNMPTCPBASEDOMAIN_H */