#ifndef PM_TCP_H #define PM_TCP_H namespace pupes_message_client_lib { int create_socket_and_connect(const char *hostname, const char *port); } #endif