include/netutils.h

Go to the documentation of this file.
00001 
00002 #ifndef _NETUTILS_H
00003 #define _NETUTILS_H
00004 
00005 int my_tcp_connect(char *host_name, int port, int *sd, int timeout);
00006 int my_sendall(int s, char *buf, int *len, int timeout);
00007 int my_recvall(int s, char *buf, int *len, int timeout);
00008 
00009 #endif
00010 

Generated on Wed Mar 30 17:22:22 2011 for icinga-core by  doxygen 1.4.7