net-snmp 5.7
snmpSocketBaseDomain.h
00001 #ifndef SNMPSOCKETBASEDOMAIN_H
00002 #define SNMPSOCKETBASEDOMAIN_H
00003 
00004 #if HAVE_SYS_SOCKET_H
00005 #include <sys/socket.h>
00006 #endif
00007 
00008 #include <net-snmp/library/snmp_transport.h>
00009 
00010 #ifdef __cplusplus
00011 extern          "C" {
00012 #endif
00013 
00014 /*
00015  * Prototypes
00016  */
00017     int netsnmp_socketbase_close(netsnmp_transport *t);
00018     int netsnmp_sock_buffer_set(int s, int optname, int local, int size);
00019     int netsnmp_set_non_blocking_mode(int sock, int non_blocking_mode);
00020 
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 
00025 #endif /* SNMPSOCKETBASEDOMAIN_H */