2025-05-03 16:23:19 +02:00

6 lines
150 B
C++

#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