6 lines
150 B
C++
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 |