nagios4/t-tap/stub_netutils.c
2017-05-19 23:37:19 +02:00

6 lines
283 B
C

/* Stub file for routines from netutils.c */
int my_tcp_connect(const char *host_name, int port, int *sd, int timeout) { return OK; }
int my_sendall(int s, const char *buf, int *len, int timeout) { return OK; }
int my_recvall(int s, char *buf, int *len, int timeout) { return OK; }