#ifndef SOCKET_H #define SOCKET_H int connect_to_server(const char *host, int portnum); #endif