blob: 791c0ce547519e491881f8fa9024cc241cc0b1f5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// Created by costa on 24/12/2016.
//
#ifndef NETDATA_SOCKET_H
#define NETDATA_SOCKET_H
extern int connect_to(const char *definition, int default_port, struct timeval *timeout);
#endif //NETDATA_SOCKET_H
|