summaryrefslogtreecommitdiffstats
path: root/network.h
blob: 63fadbd00e25f301309c44b3ec277a40175d752f (plain)
1
2
3
4
5
6
7
#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif